From 558ce7d877d5a192a98065a5a9eea694b48477b7 Mon Sep 17 00:00:00 2001 From: duhow Date: Sun, 12 Jul 2015 23:59:24 +0200 Subject: Scripts/Commands: Add taxinodes cheat status to * Some cleanup Closes #15065 --- sql/updates/world/2015_08_26_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_08_26_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_08_26_00_world.sql b/sql/updates/world/2015_08_26_00_world.sql new file mode 100644 index 00000000000..2bb55b8bfc7 --- /dev/null +++ b/sql/updates/world/2015_08_26_00_world.sql @@ -0,0 +1,2 @@ +DELETE FROM `trinity_string` WHERE `entry` = 364; +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES (364, 'Taxinodes: %s.'); -- cgit v1.2.3