From b077ec4fe305ab492d3b18d6d15d3abc420a2b8f Mon Sep 17 00:00:00 2001 From: sanctum32 Date: Mon, 21 Oct 2013 17:19:18 +0300 Subject: [PATCH] [12708] Fix a typo for spell 37096 (original author @Grz3s) --- src/game/SpellAuras.cpp | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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__