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:
Crow
2025-11-23 03:06:19 -06:00
committed by GitHub
parent 10213d8381
commit cf743a186a
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -24,7 +24,7 @@ namespace MagtheridonHelpers
SPELL_FEAR = 6215, SPELL_FEAR = 6215,
// Hunter // Hunter
SPELL_MISDIRECTION = 34477, SPELL_MISDIRECTION = 35079,
}; };
enum MagtheridonNPCs enum MagtheridonNPCs