mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[7483] the spell 'Protectorate Demolitionist' is a debuff.
(cherry picked from commit cdb050aed9d2ea43923123e54e15299f363befe9) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
1dcbbd7f48
commit
406a9a7fce
2 changed files with 2 additions and 1 deletions
|
|
@ -317,6 +317,7 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex)
|
||||||
{
|
{
|
||||||
case 13139: // net-o-matic special effect
|
case 13139: // net-o-matic special effect
|
||||||
case 23445: // evil twin
|
case 23445: // evil twin
|
||||||
|
case 35679: // Protectorate Demolitionist
|
||||||
case 38637: // Nether Exhaustion (red)
|
case 38637: // Nether Exhaustion (red)
|
||||||
case 38638: // Nether Exhaustion (green)
|
case 38638: // Nether Exhaustion (green)
|
||||||
case 38639: // Nether Exhaustion (blue)
|
case 38639: // Nether Exhaustion (blue)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7482"
|
#define REVISION_NR "7483"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue