mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Removed my bookmark comments and cleaned up itemtick for cases where there are no tick items.
This commit is contained in:
@@ -376,7 +376,6 @@ void NPC::AddLootTable() {
|
||||
}
|
||||
}
|
||||
|
||||
//DCBOOKMARK
|
||||
void NPC::AddLootTable(uint32 ldid) {
|
||||
if (npctype_id != 0) { // check if it's a GM spawn
|
||||
database.AddLootTableToNPC(this,ldid, &itemlist, &copper, &silver, &gold, &platinum);
|
||||
|
||||
Reference in New Issue
Block a user