chore(DB): import pending files

Referenced commit(s): e46424b8d8
This commit is contained in:
github-actions[bot]
2025-12-29 13:42:55 +00:00
parent e46424b8d8
commit 0e1f1cc8bf
4 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2025_12_29_11 -> 2025_12_29_12
--
DROP TABLE IF EXISTS `trainer`;
CREATE TABLE `trainer` (

View File

@@ -1,3 +1,4 @@
-- DB update 2025_12_29_12 -> 2025_12_29_13
DELETE FROM `command` WHERE `name` IN ('reload trainer', 'reload npc_trainer');
INSERT INTO `command` (`name`,`security`,`help`) VALUES ('reload trainer',3,'Syntax: .reload trainer\nReloads trainer,trainer_locale,trainer_spell and creature_default_trainer tables.');

View File

@@ -1,3 +1,4 @@
-- DB update 2025_12_29_13 -> 2025_12_29_14
--
-- Truesilver gauntlets require skill 225, not 245
UPDATE `trainer_spell` SET `ReqSkillRank`=225 WHERE `TrainerId`=124 AND `SpellId`=9954;

View File

@@ -1,3 +1,4 @@
-- DB update 2025_12_29_14 -> 2025_12_29_15
--
UPDATE `gameobject_template` SET `AIName` = '', `ScriptName` = 'go_ancient_skull_pile' WHERE `entry` = 185928;
DELETE FROM `smart_scripts` WHERE `entryorguid` = 185928 AND `source_type` = 1;