mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Scarlet Enclave: Quest The Endless Hunger will work correctly after Unworthy Initiate Respawn
Due to dynamic spawns, we need to be able to update the Npc GUID after the respawn, otherwise the quest can only be completed by the first player
This commit is contained in:
@@ -310,8 +310,7 @@ public:
|
||||
|
||||
void SetGUID(ObjectGuid const& guid, int32 /*id*/) override
|
||||
{
|
||||
if (!prisonerGUID)
|
||||
prisonerGUID = guid;
|
||||
prisonerGUID = guid;
|
||||
}
|
||||
|
||||
ObjectGuid GetGUID(int32 /*id*/) const override
|
||||
|
||||
Reference in New Issue
Block a user