chore(DB): import pending files

Referenced commit(s): ec23669a29
This commit is contained in:
github-actions[bot]
2025-06-27 08:40:30 +00:00
parent ec23669a29
commit 69645f37d4

View 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.');