*Mangos [7007] Fix: Using enum value instead of numeric constant. By: ApoC.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-01-02 11:20:00 -06:00
parent 7fe148d52e
commit a57ae23ece
2 changed files with 2 additions and 2 deletions

View File

@@ -4536,7 +4536,7 @@ void Aura::HandleModPowerRegen(bool apply, bool Real) // drinking
else if( GetId() == 20577 )
{
// cannibalize anim
m_target->HandleEmoteCommand(398);
m_target->HandleEmoteCommand(EMOTE_STATE_CANNIBALIZE);
}
// Warrior talent, gain 1 rage every 3 seconds while in combat

View File

@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7006"
#define REVISION_NR "7007"
#endif // __REVISION_NR_H__