mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Fix Wrong Misdirection Spell ID for Gruul's Lair and Magtheridon Strategies (#1867)
Lol oops. Confirmed with logs/in-game that the prior one was wrong (and thus always returning false) and current one is correct.
This commit is contained in:
@@ -15,7 +15,7 @@ namespace GruulsLairHelpers
|
|||||||
SPELL_SPELL_SHIELD = 33054,
|
SPELL_SPELL_SHIELD = 33054,
|
||||||
|
|
||||||
// Hunter
|
// Hunter
|
||||||
SPELL_MISDIRECTION = 34477,
|
SPELL_MISDIRECTION = 35079,
|
||||||
|
|
||||||
// Warlock
|
// Warlock
|
||||||
SPELL_BANISH = 18647, // Rank 2
|
SPELL_BANISH = 18647, // Rank 2
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ namespace MagtheridonHelpers
|
|||||||
SPELL_FEAR = 6215,
|
SPELL_FEAR = 6215,
|
||||||
|
|
||||||
// Hunter
|
// Hunter
|
||||||
SPELL_MISDIRECTION = 34477,
|
SPELL_MISDIRECTION = 35079,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum MagtheridonNPCs
|
enum MagtheridonNPCs
|
||||||
|
|||||||
Reference in New Issue
Block a user