fix(Scripts/HyjalSummit): Correct Soul Charge color assignments. (#19345)
Init.
This commit is contained in:
parent
2552eb2c5d
commit
ccf5f06128
1 changed files with 2 additions and 2 deletions
|
|
@ -338,13 +338,13 @@ struct boss_archimonde : public BossAI
|
|||
{
|
||||
switch (player->getClass())
|
||||
{
|
||||
case CLASS_PALADIN:
|
||||
case CLASS_MAGE:
|
||||
case CLASS_PRIEST:
|
||||
case CLASS_WARLOCK:
|
||||
player->CastSpell(me, SPELL_SOUL_CHARGE_RED, true);
|
||||
break;
|
||||
case CLASS_DEATH_KNIGHT:
|
||||
case CLASS_MAGE:
|
||||
case CLASS_PALADIN:
|
||||
case CLASS_ROGUE:
|
||||
case CLASS_WARRIOR:
|
||||
player->CastSpell(me, SPELL_SOUL_CHARGE_YELLOW, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue