mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 17:08:23 +01:00
Scripts/SFK: fixed a typo that was causing Wolf Master Nandos being summoned instead of Razorclaw
This commit is contained in:
@@ -171,7 +171,7 @@ struct boss_baron_silverlaine : public BossAI
|
||||
summon->CastSpell(summon, SPELL_SUMMON_SPIRIT_OF_ODO_THE_BLINDWATCHER_SUMMON);
|
||||
break;
|
||||
case NPC_WORGEN_SPIRIT_RAZORCLAW:
|
||||
summon->CastSpell(summon, SPELL_SUMMON_SPIRIT_OF_WOLF_MASTER_NANDOS_SUMMON);
|
||||
summon->CastSpell(summon, SPELL_SUMMON_SPIRIT_OF_RAZORCLAW_THE_BUTCHER_SUMMON);
|
||||
break;
|
||||
case NPC_WORGEN_SPIRIT_NANDOS:
|
||||
summon->CastSpell(summon, SPELL_SUMMON_SPIRIT_OF_WOLF_MASTER_NANDOS_SUMMON);
|
||||
|
||||
Reference in New Issue
Block a user