mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
[12708] Fix a typo for spell 37096 (original author @Grz3s)
This commit is contained in:
parent
dfb5ea40f3
commit
b077ec4fe3
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12707"
|
||||
#define REVISION_NR "12708"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue