mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Remove commented printf : Adding item2: %i
This commit is contained in:
parent
ed4f2c7e14
commit
f8300693b4
@ -1798,7 +1798,6 @@ void ZoneDatabase::AddLootDropToNPC(uint32 lootdrop_id, ItemList* itemlist) {
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//printf("Adding item2: %i",item->item_id);
|
|
||||||
//cout << "Adding item to Mob" << endl;
|
//cout << "Adding item to Mob" << endl;
|
||||||
ServerLootItem_Struct* item = new ServerLootItem_Struct;
|
ServerLootItem_Struct* item = new ServerLootItem_Struct;
|
||||||
item->item_id = dbitem->ItemNumber;
|
item->item_id = dbitem->ItemNumber;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user