aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2017-08-01 03:41:47 +0200
committerTreeston <treeston.mmoc@gmail.com>2017-08-01 03:42:11 +0200
commitfcd6fe0aac0b906e2cf8e2379d94a7d73384c160 (patch)
treeff1c010d9bcb14a48cce80435283741c6189a70b /sql/updates/world
parent41721642f7c3a0573391fcd5cd896649a68adade (diff)
Scripts/Commands: New utility command: .list spawnpoints.
(I just needed it for dynspawn follow-up work, really.)
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/3.3.5/2017_08_01_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_08_01_00_world.sql b/sql/updates/world/3.3.5/2017_08_01_00_world.sql
new file mode 100644
index 00000000000..135a50ae851
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_08_01_00_world.sql
@@ -0,0 +1,6 @@
+--
+DELETE FROM `command` WHERE `name`="list spawnpoints";
+INSERT INTO `command` (`name`,`permission`,`help`) VALUES
+('list spawnpoints', 866, 'Syntax: .list spawnpoints
+
+Lists all spawn points (both creatures and GOs) in the current zone.');