Guest User

Untitled

a guest
Jun 14th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. void Taunt()
  2. {
  3. if (GetBossState(BOSS_HORSEMEN) == DONE)
  4. {
  5. if (Creature* Kelthuzad = instance->GetCreature(kelthuzadGUID))
  6. {
  7. Kelthuzad->GetMap()->LoadGrid(KelthuzadPos.GetPositionX(), KelthuzadPos.GetPositionY());
  8. Kelthuzad->AI()->Talk(SAY_KELTHUZAD_TAUNT);
  9. }
  10. }
  11. }
Add Comment
Please, Sign In to add comment