mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
*Anonymous enums are bad :(
--HG-- branch : trunk
This commit is contained in:
@@ -1066,7 +1066,7 @@ CreatureAI* GetAI_garaxxas(Creature* pCreature)
|
||||
return new boss_garaxxasAI(pCreature);
|
||||
}
|
||||
|
||||
enum
|
||||
enum Spells
|
||||
{
|
||||
SPELL_WINDFURY_TOTEM = 27621,
|
||||
SPELL_WAR_STOMP = 46026,
|
||||
|
||||
Reference in New Issue
Block a user