aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorRat <gmstreetrat@gmail.com>2015-04-08 20:37:30 +0200
committerRat <gmstreetrat@gmail.com>2015-04-08 20:37:30 +0200
commite53f89d8364e98843cb24c45784bf8930c054548 (patch)
treef99f4a432230f715ca73d18574a9f2681542b5d3 /sql/updates/world
parent01d91fa3cdfd0ce57c863210a3ca0c650bac81ac (diff)
Core/Scenes: added .debug send playscene command for testing purposes
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/2015_04_08_03_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_08_03_world.sql b/sql/updates/world/2015_04_08_03_world.sql
new file mode 100644
index 00000000000..ff44145b728
--- /dev/null
+++ b/sql/updates/world/2015_04_08_03_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `command` WHERE `name` LIKE '%debug send playscene%';
+INSERT INTO `command` (`name`, `permission`, `help`) VALUES
+('debug send playscene', 692, 'Syntax: .debug send playscene #SceneID #PlaybackFlags #SceneInstanceID #SceneScriptPackageID');