mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
[7007] Fix: Using enum value instead of numeric constant.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
4dbb744af4
commit
48d6043eed
2 changed files with 2 additions and 2 deletions
|
|
@ -4682,7 +4682,7 @@ void Aura::HandleModPowerRegen(bool apply, bool Real) // drinking
|
||||||
else if( GetId() == 20577 )
|
else if( GetId() == 20577 )
|
||||||
{
|
{
|
||||||
// cannibalize anim
|
// cannibalize anim
|
||||||
m_target->HandleEmoteCommand(398);
|
m_target->HandleEmoteCommand(EMOTE_STATE_CANNIBALIZE);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Warrior talent, gain 1 rage every 3 seconds while in combat
|
// Warrior talent, gain 1 rage every 3 seconds while in combat
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7006"
|
#define REVISION_NR "7007"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue