mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(Core/InstanceScript): Fix new Remove function conversion miss (#17708)
This commit is contained in:
@@ -75,7 +75,7 @@ void InstanceScript::OnGameObjectCreate(GameObject* go)
|
||||
void InstanceScript::OnGameObjectRemove(GameObject* go)
|
||||
{
|
||||
RemoveObject(go);
|
||||
RemoveObject(go);
|
||||
RemoveDoor(go);
|
||||
}
|
||||
|
||||
ObjectGuid InstanceScript::GetObjectGuid(uint32 type) const
|
||||
|
||||
Reference in New Issue
Block a user