From 4e673836212424cef55503b852f56aab6b1c4354 Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 5 Apr 2016 20:35:59 +0200 Subject: Merge branch '3.3.5-instanceextend' into 3.3.5 (PR #16392) (cherry picked from commit 62aff401f687b56d720a320778950e82b65fbd8b) --- sql/updates/world/2016_04_05_07_world_2016_02_10_07_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2016_04_05_07_world_2016_02_10_07_world.sql (limited to 'sql/updates/world') diff --git a/sql/updates/world/2016_04_05_07_world_2016_02_10_07_world.sql b/sql/updates/world/2016_04_05_07_world_2016_02_10_07_world.sql new file mode 100644 index 00000000000..5feb4f44163 --- /dev/null +++ b/sql/updates/world/2016_04_05_07_world_2016_02_10_07_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `command` WHERE `name`="debug raidreset"; +INSERT INTO `command` (`name`,`permission`,`help`) VALUES ("debug raidreset",414,"Syntax: .debug raidreset mapid [difficulty] +Forces a global reset of the specified map on all difficulties (or only the specific difficulty if specified). Effectively the same as setting the specified map's reset timer to now."); + +UPDATE `trinity_string` SET `content_default`="Map: %d | ID: %d | perm: %s | extended: %s | diff: %d | canReset: %s | TTR: %s" WHERE `entry`=5045; -- cgit v1.2.3