diff options
Diffstat (limited to 'src/game/ZoneScript.h')
-rw-r--r-- | src/game/ZoneScript.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/ZoneScript.h b/src/game/ZoneScript.h index 80e5e6d0a2f..e0674d3fdd4 100644 --- a/src/game/ZoneScript.h +++ b/src/game/ZoneScript.h @@ -21,7 +21,6 @@ #include "Common.h" -class WorldObject; class Creature; class GameObject; @@ -44,7 +43,7 @@ class TRINITY_DLL_SPEC ZoneScript virtual uint32 GetData(uint32 /*DataId*/) { return 0; } virtual void SetData(uint32 /*DataId*/, uint32 /*Value*/) {} - virtual void ProcessEvent(WorldObject *obj, uint32 eventId) {} + virtual void ProcessEvent(GameObject *obj, uint32 eventId) {} }; #endif
\ No newline at end of file |