From f064bc4ba46bf0db445345d47f7675310b0bb9af Mon Sep 17 00:00:00 2001 From: KingPin Date: Sun, 19 Oct 2008 13:28:58 -0500 Subject: [svn] * Fixed Compile error from previous rev --HG-- branch : trunk --- .../zone/aunchindoun/shadow_labyrinth/instance_shadow_labyrinth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/instance_shadow_labyrinth.cpp b/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/instance_shadow_labyrinth.cpp index 643887d64fb..e50f1aeb43b 100644 --- a/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/instance_shadow_labyrinth.cpp +++ b/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/instance_shadow_labyrinth.cpp @@ -156,7 +156,7 @@ struct TRINITY_DLL_DECL instance_shadow_labyrinth : public ScriptedInstance uint64 GetData64(uint32 identifier) { - if(identifier == DATA_GRANDMASTERVORPIL) + if(identifier == DATA_GRANDMASTERVORPILEVENT) return GrandmasterVorpil; return 0; -- cgit v1.2.3