Browse Source

ignore.. lol

Emagi 1 year ago
parent
commit
b62b842bf2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      EQ2/source/WorldServer/zoneserver.cpp

+ 1 - 1
EQ2/source/WorldServer/zoneserver.cpp

@@ -3986,7 +3986,7 @@ Spawn*	ZoneServer::GetSpawnByDatabaseID(int32 id){
 			spawn = itr->second;
 			if(spawn){
 				if(spawn->GetDatabaseID() == id){
-					quick_database_id_lookup.Put(id, spawn->GetDatabaseID());
+					quick_database_id_lookup.Put(id, spawn->GetID());
 					ret = spawn;
 					break;
 				}