mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(Core/Quest): Daphne Stillwater respawn for quest Tome of Valor (#9469)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user