diff options
| author | duhow <duhowpi@gmail.com> | 2015-07-12 23:59:24 +0200 |
|---|---|---|
| committer | Carbenium <carbenium@outlook.com> | 2015-08-26 21:47:47 +0200 |
| commit | 558ce7d877d5a192a98065a5a9eea694b48477b7 (patch) | |
| tree | d6e5c326ed4348727e90ff596793fe368180837f /sql | |
| parent | f2aa95c3503fe936f08d9fcc3c7f76f8bfcd8b36 (diff) | |
Scripts/Commands: Add taxinodes cheat status to
* Some cleanup
Closes #15065
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_08_26_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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.'); |
