chore(DB): import pending files

Referenced commit(s): 970aca642e
This commit is contained in:
AzerothCoreBot
2023-03-23 11:11:16 +00:00
parent 970aca642e
commit c7fbf89e96
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_23_00 -> 2023_03_23_01
-- Prince Keleseth (Utgarde Keep)
DELETE FROM `creature_text` WHERE `CreatureID`=23953 AND `GroupID`=6;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_23_01 -> 2023_03_23_02
--
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (40331,35106,34449,37272,37252);
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`) VALUES

View File

@@ -1,2 +1,3 @@
-- DB update 2023_03_23_02 -> 2023_03_23_03
-- (AC ONLY) SMART_ACTION_SET_GO_STATE -> SMART_ACTION_GO_SET_GO_STATE
UPDATE `smart_scripts` SET `action_type` = 118 WHERE `action_type` = 202;