aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2018-01-07 19:47:13 +0100
committerTreeston <treeston.mmoc@gmail.com>2018-01-07 19:53:39 +0100
commit3bb33e3108c65ba8a1c35b934526562aa542b63b (patch)
treeb67a8438e1947701c131dd6734e2b90eca80c310 /sql
parent38d0c1e940bd8679e42e5336118c5b9fc65a3cdf (diff)
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.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2018_01_07_03_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_01_07_03_world.sql b/sql/updates/world/3.3.5/2018_01_07_03_world.sql
new file mode 100644
index 00000000000..c9018202fea
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_01_07_03_world.sql
@@ -0,0 +1,9 @@
+--
+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: %u, current GUID low: %u.
+Entry: %u.
+Faction: %u.
+NPC Flags: %u.
+DisplayID: %u (Native: %u).' WHERE `entry`=539;