diff options
author | Gacko <gacko28@gmx.de> | 2013-04-01 17:52:20 +0200 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2013-04-01 17:52:20 +0200 |
commit | d89626f767d1a2fd57f83bb682b866c818c480c2 (patch) | |
tree | 6717c7bcf54e1ab506046c3f82dcd2ffaa8666aa /src | |
parent | 7fb539c0d8ebb231ec98cd9a3e4f11fee81ccefc (diff) |
Script/Event: Fix warnings in Children's Week script
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Events/childrens_week.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/scripts/Events/childrens_week.cpp b/src/server/scripts/Events/childrens_week.cpp index 2ec5e1190c8..2ef776e4e76 100644 --- a/src/server/scripts/Events/childrens_week.cpp +++ b/src/server/scripts/Events/childrens_week.cpp @@ -684,7 +684,6 @@ class npc_the_etymidian : public CreatureScript private: uint32 timer; int8 phase; - uint32 GOtimer; uint64 playerGUID; uint64 orphanGUID; @@ -847,7 +846,6 @@ class npc_alexstraza_the_lifebinder : public CreatureScript uint32 timer; uint64 playerGUID; uint64 orphanGUID; - uint64 alexstraszaGUID; }; |