mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
9
data/sql/updates/db_world/2025_06_27_01.sql
Normal file
9
data/sql/updates/db_world/2025_06_27_01.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2025_06_27_00 -> 2025_06_27_01
|
||||
--
|
||||
DELETE FROM `acore_string` WHERE `entry` = 288;
|
||||
INSERT INTO `acore_string` (`entry`,`content_default`) VALUES (288,'Cannot go to spawn {} as only {} exist');
|
||||
|
||||
UPDATE `command` SET `help`='Syntax: .go creature id #creature_entry [#spawn] Teleports you to first (if no #spawn provided) spawn the given creature entry. ' WHERE `name` = 'go creature id';
|
||||
|
||||
DELETE FROM `command` WHERE `name` = 'go gameobject id';
|
||||
INSERT INTO `command` VALUES('go gameobject id',1,'Syntax: .go gameobject id #gameobject_entry [#spawn] Teleports you to first (if no #spawn provided) spawn the given gameobject entry.');
|
||||
Reference in New Issue
Block a user