mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
6
data/sql/updates/db_world/2026_02_08_01.sql
Normal file
6
data/sql/updates/db_world/2026_02_08_01.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2026_02_08_00 -> 2026_02_08_01
|
||||
--
|
||||
DELETE FROM `command` WHERE `name` IN ('npc load', 'gobject load');
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('npc load', 3, 'Syntax: .npc load #spawnId\nLoad a creature spawn from the database into the world by its GUID.'),
|
||||
('gobject load', 3, 'Syntax: .gobject load #spawnId\nLoad a gameobject spawn from the database into the world by its GUID.');
|
||||
Reference in New Issue
Block a user