aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2017-08-01 03:41:47 +0200
committerShauren <shauren.trinity@gmail.com>2020-08-22 13:11:34 +0200
commit703910d71baa3182c956494465cdd335f5de1d3d (patch)
treed10eb48292b2103b5624d783772b30fb0daa14b3 /sql/updates/world
parent03b125e6d1947258316c931499746696a95aded2 (diff)
Scripts/Commands: New utility command: .list spawnpoints.
(I just needed it for dynspawn follow-up work, really.) (cherry picked from commit fcd6fe0aac0b906e2cf8e2379d94a7d73384c160)
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/master/2020_08_22_01_world_2017_08_01_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_08_22_01_world_2017_08_01_00_world.sql b/sql/updates/world/master/2020_08_22_01_world_2017_08_01_00_world.sql
new file mode 100644
index 00000000000..135a50ae851
--- /dev/null
+++ b/sql/updates/world/master/2020_08_22_01_world_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.');