aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2012-09-08 16:03:15 -0700
committerNay <dnpd.dd@gmail.com>2012-09-08 16:03:15 -0700
commit8f853095f46499d0fc37c6776981b5fdcd56d459 (patch)
tree6377cdb065ee73d6a9e692f9d5ad675728e37807 /sql
parente0a3643913dc24f1962b76521e2b6da5c45e4ea6 (diff)
parentc243185a3a3c0533cb36a376ebf45f513d987b30 (diff)
Merge pull request #7703 from myran2/PR1
Core/Commands: .unstuck command
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_8_31_00_world_command.sql2
-rw-r--r--sql/updates/world/2012_8_31_01_world_trinity_string.sql2
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_8_31_00_world_command.sql b/sql/updates/world/2012_8_31_00_world_command.sql
new file mode 100644
index 00000000000..28e70f3fa72
--- /dev/null
+++ b/sql/updates/world/2012_8_31_00_world_command.sql
@@ -0,0 +1,2 @@
+DELETE FROM `command` WHERE `name` = 'start';
+INSERT INTO `command` (`name`, `security`, `help`) VALUES ('unstuck', 0, 'Syntax: .unstuck $playername [inn/graveyard/startzone]\r\n\r\nTeleports specified player to specified location. Default location is player\'s current hearth location.'); \ No newline at end of file
diff --git a/sql/updates/world/2012_8_31_01_world_trinity_string.sql b/sql/updates/world/2012_8_31_01_world_trinity_string.sql
new file mode 100644
index 00000000000..701c85bce9c
--- /dev/null
+++ b/sql/updates/world/2012_8_31_01_world_trinity_string.sql
@@ -0,0 +1,2 @@
+DELETE FROM `trinity_string` WHERE `entry`=63 LIMIT 1; --Existing entry 63 is not present in Language.h. It's safe to remove it.
+INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES (63, 'You can\'t do that right now.');