diff options
author | Machiavelli <none@none> | 2009-06-10 08:45:45 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2009-06-10 08:45:45 +0200 |
commit | ee9beadbc20d24ec11346858db36c029c9c04b90 (patch) | |
tree | ad8d5f89f9b7e1418c5bc00990370224b91453f3 /src/game/InstanceData.cpp | |
parent | f137dc02ecadb515928655dd6603f33187731fec (diff) | |
parent | c9d9ae1e491243f82be5ac84dc2ad51dfbae35eb (diff) |
Merge
--HG--
branch : trunk
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) |