mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
@@ -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
|
||||
@@ -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
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user