diff options
author | KingPin <none@none> | 2008-10-19 13:28:58 -0500 |
---|---|---|
committer | KingPin <none@none> | 2008-10-19 13:28:58 -0500 |
commit | f064bc4ba46bf0db445345d47f7675310b0bb9af (patch) | |
tree | f09d64a4cad07c337b91c436ed8aa22430292e50 | |
parent | a3b5626e5cf91ff5fc3ccaa78af785c5ea64fc78 (diff) |
[svn] * Fixed Compile error from previous rev
--HG--
branch : trunk
-rw-r--r-- | src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/instance_shadow_labyrinth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|