mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-21 23:27:14 -04:00
Rename Map::Add to Map::AddToMap, Map::Remove to Map::RemoveFromMap for better management.
This commit is contained in:
@@ -925,7 +925,7 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
map->Add(v->ToCreature());
|
||||
map->AddToMap(v->ToCreature());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user