[svn] * Fixed Compile error from previous rev

--HG--
branch : trunk
This commit is contained in:
KingPin
2008-10-19 13:28:58 -05:00
parent a3b5626e5c
commit f064bc4ba4

View File

@@ -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;