diff options
author | duhow <duhowpi@gmail.com> | 2015-07-12 23:59:24 +0200 |
---|---|---|
committer | Carbenium <carbenium@outlook.com> | 2015-11-06 20:17:38 +0100 |
commit | 28bdb50d80bb6cc075347601ead90822ab2dd962 (patch) | |
tree | 0ac2278b0b5998baba9dca11a8c48866119f5158 /sql | |
parent | c8b91dd511da3fd94b58a5bc88bf54bfc20ffa01 (diff) |
Scripts/Commands: Add taxinodes cheat status to
* Some cleanup
Closes #15065
(cherry picked from commit 558ce7d877d5a192a98065a5a9eea694b48477b7)
Conflicts:
src/server/scripts/Commands/cs_cheat.cpp
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2015_11_06_44_world_2015_08_26_00.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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.'); |