fix(Core/Quest): Daphne Stillwater respawn for quest Tome of Valor (#9469)

This commit is contained in:
Noxies
2021-12-03 10:28:27 +01:00
committed by GitHub
parent 18762d940c
commit 5d2f4cf0e6

View File

@@ -1,4 +1,4 @@
/*
/*
* This file is part of the AzerothCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify it
@@ -142,7 +142,7 @@ public:
SetEscortPaused(true);
player->GroupEventHappens(QUEST_TOME_VALOR, me);
me->SetFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_QUESTGIVER);
me->DespawnOrUnsummon(60000);
me->DespawnOrUnsummon(1s, 1s);
break;
}
}