aboutsummaryrefslogtreecommitdiff
path: root/src/game/InstanceData.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-06-09 16:55:24 -0500
committermegamage <none@none>2009-06-09 16:55:24 -0500
commit6b038c7d85d493c172b1e3eb73d6ae64b55ef7c6 (patch)
tree53aaefb6ba3827f65531e1834ca7fd944bb5f8c9 /src/game/InstanceData.cpp
parentdeb9dd1543895ce35390a3d43be7a0ee6818bf74 (diff)
*Change some instance functions to TC functions.
--HG-- branch : trunk
Diffstat (limited to 'src/game/InstanceData.cpp')
-rw-r--r--src/game/InstanceData.cpp6
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)