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__