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