PDA

View Full Version : Augment Typo in Database.cpp


garim12
11-21-2004, 01:25 AM
I just got the latest source earlier this morning, so you may have already fixed this one..


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


uint32 len_query = MakeAnyLenString(&query, "select "
"bagidx,itemid,charges,augslot1,augslot2,augslot4,a ugslot4,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

//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
*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.py/eqemulator/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