From 8b7728f82e6e7c326b7945efd719218179e9767a Mon Sep 17 00:00:00 2001 From: Treeston Date: Sun, 7 Jan 2018 19:47:13 +0100 Subject: Core/Map: New Map::ForceRespawn to override objections and force a respawn (equivalent to force = true). Use this to fix various GM commands. Scripts/Valithria: Fix an issue that could get the encounter stuck in an unloaded state. (cherry picked from commit 3bb33e3108c65ba8a1c35b934526562aa542b63b) --- .../world/master/2021_05_16_09_world_2018_01_07_03_world.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/world/master/2021_05_16_09_world_2018_01_07_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_05_16_09_world_2018_01_07_03_world.sql b/sql/updates/world/master/2021_05_16_09_world_2018_01_07_03_world.sql new file mode 100644 index 00000000000..418ba4c7b8a --- /dev/null +++ b/sql/updates/world/master/2021_05_16_09_world_2018_01_07_03_world.sql @@ -0,0 +1,10 @@ +-- +DELETE FROM `linked_respawn` WHERE `guid`=137752 AND `linkedguid`=137752 AND `linkType`=0; +UPDATE `trinity_string` SET `content_default`='NPC currently selected by player: +Name: %s +SpawnID: %s. +GUID: %s. +Entry: %u. +Faction: %u. +NPC Flags: %s. +DisplayID: %u (Native: %u).' WHERE `entry`=539; -- cgit v1.2.3