diff options
Diffstat (limited to 'src/game/InstanceData.cpp')
-rw-r--r-- | src/game/InstanceData.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game/InstanceData.cpp b/src/game/InstanceData.cpp index bb4bfe5e8fc..cca4d7ca786 100644 --- a/src/game/InstanceData.cpp +++ b/src/game/InstanceData.cpp @@ -53,12 +53,6 @@ bool InstanceData::IsEncounterInProgress() const return false; } -//This will be removed in the future, just compitiable with Mangos -void InstanceData::OnCreatureCreate(Creature *creature, bool add) -{ - OnCreatureCreate(creature, creature->GetEntry()); -} - void InstanceData::LoadMinionData(const MinionData *data) { while(data->entry) |