Advertisement
Guest User

Untitled

a guest
May 4th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. path: src\scripts\EasternKingdoms\Karazhan\boss_shade_of_aran.cpp
  2. @@ -378,7 +378,7 @@
  3. DoCast(me, SPELL_BLINK_CENTER, true);
  4. DoCast(me, SPELL_PLAYERPULL, true);
  5. DoCast(me, SPELL_MASSSLOW, true);
  6. - DoCast(me, SPELL_AEXPLOSION, false);
  7. + DoCast(SPELL_AEXPLOSION);
  8. break;
  9.  
  10. case SUPER_FLAME:
  11. @@ -404,6 +404,7 @@
  12. Blizzard->SetInCombatWithZone();
  13. Blizzard->setFaction(me->getFaction());
  14. me->CastSpell(Blizzard, SPELL_SUMMON_BLIZZ, false);
  15. + Blizzard->CastSpell(Blizzard, 29952, false);
  16. Blizzard->GetMotionMaster()->MovePath(90000, false);
  17. }
  18. break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement