From 406a9a7fce1d102db891c1f604f0cde7f5162f37 Mon Sep 17 00:00:00 2001 From: DasBlub Date: Sun, 8 Mar 2009 14:51:14 +0100 Subject: [PATCH] [7483] the spell 'Protectorate Demolitionist' is a debuff. (cherry picked from commit cdb050aed9d2ea43923123e54e15299f363befe9) Signed-off-by: VladimirMangos --- src/game/SpellMgr.cpp | 1 + src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index c64df4849..124448f50 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -317,6 +317,7 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex) { case 13139: // net-o-matic special effect case 23445: // evil twin + case 35679: // Protectorate Demolitionist case 38637: // Nether Exhaustion (red) case 38638: // Nether Exhaustion (green) case 38639: // Nether Exhaustion (blue) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 94f4934ed..b84930cc1 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 "7482" + #define REVISION_NR "7483" #endif // __REVISION_NR_H__