mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 07:37:05 +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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue