From 3c3d4f4c995ef488ddf5a81281efe28135ee26cc Mon Sep 17 00:00:00 2001 From: kaelima Date: Tue, 13 Nov 2012 15:56:15 +0100 Subject: Script/Commands: Reimplemented ".lookup map" command. --- sql/updates/world/2012_11_13_00_world_trinity_string.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2012_11_13_00_world_trinity_string.sql (limited to 'sql') diff --git a/sql/updates/world/2012_11_13_00_world_trinity_string.sql b/sql/updates/world/2012_11_13_00_world_trinity_string.sql new file mode 100644 index 00000000000..2834a8f900b --- /dev/null +++ b/sql/updates/world/2012_11_13_00_world_trinity_string.sql @@ -0,0 +1,2 @@ +DELETE FROM `trinity_string` WHERE `entry` IN (5018,5019); +UPDATE `trinity_string` SET `content_default`= '[Raid]' WHERE `entry`=5017; -- cgit v1.2.3