parent
5b14267159
commit
344d80e216
3 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2022_07_25_02 -> 2022_07_25_03
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 25185 AND `ScriptName` = 'spell_itch_aq20';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (25185, 'spell_itch_aq20');
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2022_07_25_03 -> 2022_07_25_04
|
||||
-- Captain Qeez
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` = 144676;
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2022_07_25_04 -> 2022_07_25_05
|
||||
--
|
||||
DELETE FROM `creature_template_movement` WHERE `creatureId` = 15802;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
|
||||
Loading…
Add table
Add a link
Reference in a new issue