mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 06:29:50 -04:00
Rename Map::Add to Map::AddToMap, Map::Remove to Map::RemoveFromMap for better management.
This commit is contained in:
@@ -628,7 +628,7 @@ void Map::ScriptsProcess()
|
||||
pGO->SetLootState(GO_READY);
|
||||
pGO->SetRespawnTime(nTimeToDespawn);
|
||||
|
||||
pGO->GetMap()->Add(pGO);
|
||||
pGO->GetMap()->AddToMap(pGO);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user