[12708] Fix a typo for spell 37096 (original author @Grz3s)

This commit is contained in:
sanctum32 2013-10-21 17:19:18 +03:00 committed by Antz
parent dfb5ea40f3
commit b077ec4fe3
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12707"
#define REVISION_NR "12708"
#endif // __REVISION_NR_H__