diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 71eb336de..192c762a0 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2323,7 +2323,7 @@ void Aura::HandleAuraDummy(bool apply, bool Real) switch (GetId()) { case 38224: spellId = (gender == GENDER_MALE ? 38225 : 38227); break; - case 37096: spellId = (gender == GENDER_MALE ? 37092 : 37094); break; + case 37096: spellId = (gender == GENDER_MALE ? 37093 : 37095); break; case 46354: spellId = (gender == GENDER_MALE ? 46355 : 46356); break; default: return; } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 6d58f43a7..2b4d3b681 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "12707" + #define REVISION_NR "12708" #endif // __REVISION_NR_H__