From 28bdb50d80bb6cc075347601ead90822ab2dd962 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 (cherry picked from commit 558ce7d877d5a192a98065a5a9eea694b48477b7) Conflicts: src/server/scripts/Commands/cs_cheat.cpp --- sql/updates/world/2015_11_06_44_world_2015_08_26_00.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_11_06_44_world_2015_08_26_00.sql (limited to 'sql') diff --git a/sql/updates/world/2015_11_06_44_world_2015_08_26_00.sql b/sql/updates/world/2015_11_06_44_world_2015_08_26_00.sql new file mode 100644 index 00000000000..2bb55b8bfc7 --- /dev/null +++ b/sql/updates/world/2015_11_06_44_world_2015_08_26_00.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