fix(Scripts/BRD): Update High Interrogator Gerstahn spell IDs (#25703)
This commit is contained in:
parent
323a0bfa36
commit
69029a78c3
1 changed files with 4 additions and 4 deletions
|
|
@ -21,10 +21,10 @@
|
|||
|
||||
enum Spells
|
||||
{
|
||||
SPELL_SHADOWWORDPAIN = 10894,
|
||||
SPELL_MANABURN = 10876,
|
||||
SPELL_PSYCHICSCREAM = 8122,
|
||||
SPELL_SHADOWSHIELD = 22417
|
||||
SPELL_SHADOWWORDPAIN = 14032,
|
||||
SPELL_MANABURN = 14033,
|
||||
SPELL_PSYCHICSCREAM = 13704,
|
||||
SPELL_SHADOWSHIELD = 12040
|
||||
};
|
||||
|
||||
struct boss_high_interrogator_gerstahn : public ScriptedAI
|
||||
|
|
|
|||
Loading…
Reference in a new issue