mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01: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:
parent
10213d8381
commit
cf743a186a
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user