chore(Scripts): remove double method calling for ZG script (#12517)

This commit is contained in:
Nefertumm
2022-07-25 01:13:18 -03:00
committed by GitHub
parent a7b2723823
commit 35194434d7

View File

@@ -91,8 +91,6 @@ public:
default:
break;
}
InstanceScript::OnCreatureCreate(creature);
}
void OnGameObjectCreate(GameObject* go) override