aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Maps/ZoneScript.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/game/Maps/ZoneScript.cpp')
-rw-r--r--src/server/game/Maps/ZoneScript.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/server/game/Maps/ZoneScript.cpp b/src/server/game/Maps/ZoneScript.cpp
index 5117eee7f7d..974a6c7661f 100644
--- a/src/server/game/Maps/ZoneScript.cpp
+++ b/src/server/game/Maps/ZoneScript.cpp
@@ -18,6 +18,14 @@
#include "ZoneScript.h"
#include "Creature.h"
+ZoneScript::ZoneScript()
+{
+}
+
+ZoneScript::~ZoneScript()
+{
+}
+
uint32 ZoneScript::GetCreatureEntry(ObjectGuid::LowType /*guidLow*/, CreatureData const* data)
{
return data->id;