mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[7871] Drop unused second arg in InstanceData::OnCreatureCreate.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
3b11d833c8
commit
8b5fa13011
3 changed files with 3 additions and 3 deletions
|
|
@ -1297,7 +1297,7 @@ bool Creature::CreateFromProto(uint32 guidlow, uint32 Entry, uint32 team, const
|
|||
Map *map = MapManager::Instance().FindMap(GetMapId(), GetInstanceId());
|
||||
if(map && map->IsDungeon() && ((InstanceMap*)map)->GetInstanceData())
|
||||
{
|
||||
((InstanceMap*)map)->GetInstanceData()->OnCreatureCreate(this, Entry);
|
||||
((InstanceMap*)map)->GetInstanceData()->OnCreatureCreate(this);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue