EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Bug Reports (https://www.eqemulator.org/forums/forumdisplay.php?f=591)
-   -   Augment Typo in Database.cpp (https://www.eqemulator.org/forums/showthread.php?t=17112)

garim12 11-21-2004 01:25 AM

Augment Typo in Database.cpp
 
I just got the latest source earlier this morning, so you may have already fixed this one..


Database.cpp, around line 2045 ( Database::LoadWorldContainer() )

Quote:

uint32 len_query = MakeAnyLenString(&query, "select "
"bagidx,itemid,charges,augslot1,augslot2,augslot4,augslot4,augslot5 from object_contents where parentid=%i", parentid);
It loads augslot4 twice and never loads augslot3.

garim12 04-10-2005 09:55 AM

*bump*
This is still in the latest CVS source that I got today, on line 2002.

Also noticed this in the same file:

common\database.cpp, lines 2320-2326
Code:

        //never save tribute slots:
        if(slot_id >= 400 && slot_id <= 404)
                return(true);
       
        //never save tribute slots:
        if(slot_id >= 400 && slot_id <= 404)
                return(true);


sdabbs65 04-13-2005 04:43 AM

Quote:

Originally Posted by garim12
*bump*
This is still in the latest CVS source that I got today, on line 2002.

[/code]

The last cvs update that I see is 3 months ago... do you have a newer one ?

killspree 04-13-2005 10:36 AM

http://cvs.sourceforge.net/viewcvs.p...ator/EQEmuCVS/

Click on Source.

Download path for WinCVS or whatever program you use to pull files from cvs would be EQEmuCVS/Source/

Scorpious2k 04-20-2005 12:38 PM

This has been fixed and should be out in cvs soon.

Thanks for pointing it out


All times are GMT -4. The time now is 01:17 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.