From 5d2f4cf0e6c9345fedb54a3b7049f416c57086be Mon Sep 17 00:00:00 2001 From: Noxies Date: Fri, 3 Dec 2021 10:28:27 +0100 Subject: [PATCH] fix(Core/Quest): Daphne Stillwater respawn for quest Tome of Valor (#9469) --- src/server/scripts/EasternKingdoms/zone_westfall.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/server/scripts/EasternKingdoms/zone_westfall.cpp b/src/server/scripts/EasternKingdoms/zone_westfall.cpp index 62090c126..316a8fff8 100644 --- a/src/server/scripts/EasternKingdoms/zone_westfall.cpp +++ b/src/server/scripts/EasternKingdoms/zone_westfall.cpp @@ -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; } }