mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
9
data/sql/updates/db_world/2024_01_07_03.sql
Normal file
9
data/sql/updates/db_world/2024_01_07_03.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2024_01_07_02 -> 2024_01_07_03
|
||||
--
|
||||
DELETE FROM `command` WHERE `name` = 'gobject respawn';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('gobject respawn', 1, 'Syntax: .gobject respawn #guid./nRespawns the target gameobject.');
|
||||
|
||||
DELETE FROM `acore_string` WHERE `entry` = 5085;
|
||||
INSERT INTO `acore_string` (`entry`, `content_default`) VALUES
|
||||
(5085, 'Object %s (entry :%u guid: %u) respawned!');
|
||||
Reference in New Issue
Block a user