[7007] Fix: Using enum value instead of numeric constant.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-01-02 17:36:50 +01:00
parent 4dbb744af4
commit 48d6043eed
2 changed files with 2 additions and 2 deletions

View file

@ -4682,7 +4682,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__