mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Fix credit from quest 12698
--HG-- branch : trunk
This commit is contained in:
@@ -1137,7 +1137,7 @@ struct TRINITY_DLL_DECL npc_dkc1_gothikAI : public ScriptedAI
|
||||
{
|
||||
if(CAST_PLR(owner)->GetQuestStatus(12698) == QUEST_STATUS_INCOMPLETE)
|
||||
{
|
||||
DoCast(owner, 52517, true);
|
||||
CAST_CRE(who)->CastSpell(owner, 52517, true);
|
||||
CAST_CRE(who)->ForcedDespawn();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user