mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
*Mangos [7007] Fix: Using enum value instead of numeric constant. By: ApoC.
--HG-- branch : trunk
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7006"
|
||||
#define REVISION_NR "7007"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
||||
Reference in New Issue
Block a user