DB/Quests: Updated quest_template data for 7.2.5 part 2

This commit is contained in:
vincent-michael
2017-07-03 10:38:44 +02:00
parent 55acfef7ad
commit bdb0fae78c
2 changed files with 348 additions and 1 deletions

View File

@@ -123,7 +123,7 @@ public:
if (Player* player = ObjectAccessor::GetPlayer(*me, _playerGUID))
player->KilledMonsterCredit(me->GetEntry());
me->SetFacingToObject(Caster);
me->SetFacingToObject(Caster);
DoCast(me, SPELL_STUNNED, true);
_events.ScheduleEvent(EVENT_THANK_PLAYER, Seconds(4));
}