mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
@@ -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
|
||||
Reference in New Issue
Block a user