mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
7
data/sql/updates/db_world/2023_12_03_00.sql
Normal file
7
data/sql/updates/db_world/2023_12_03_00.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2023_12_02_00 -> 2023_12_03_00
|
||||
--
|
||||
DELETE FROM `command` WHERE `name`='go creature name';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('go creature name', 1, 'Syntax: .go creature name #name\r\nTeleports you to the first spawn for the given creature name.\r\n*If* more than one creature is found, then you are teleported to the first that is found inside the database.');
|
||||
|
||||
UPDATE `command` SET `help` = 'Syntax: .go creature id #creature_entry\r\nTeleports you to the given creature entry.\r\n*If* more than one creature is found, then you are teleported to the first that is found inside the database.' WHERE `name` = 'go creature id';
|
||||
Reference in New Issue
Block a user