mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 22:16:11 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_02_06_02 -> 2026_02_06_03
|
||||
-- Vyragosa
|
||||
UPDATE `creature_template` SET `speed_run` = 1.142857, `unit_flags` = `unit_flags`|64|32768 WHERE (`entry` = 32630);
|
||||
UPDATE `creature_model_info` SET `CombatReach` = 15 WHERE `DisplayID` = 28110;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_02_06_03 -> 2026_02_06_04
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_chance`=25 WHERE `entryorguid`=16867 AND `source_type`=0 AND `id`=1 AND `link`=0; -- Defias Pathstalker - In Combat - Cast 'Shield Bash' (No Repeat)
|
||||
UPDATE `smart_scripts` SET `event_chance`=25 WHERE `entryorguid`=1036 AND `source_type`=0 AND `id`=3 AND `link`=0; -- Kul Tiras Marine - In Combat - Cast 'Shield Bash' (No Repeat)
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_02_06_04 -> 2026_02_06_05
|
||||
--
|
||||
UPDATE `creature_template` SET `faction` = 1692 WHERE (`entry` = 22228);
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|128 WHERE (`entry` IN (19381, 22228));
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_02_06_05 -> 2026_02_06_06
|
||||
--
|
||||
DELETE FROM `spell_target_position` WHERE `ID` = 33244 AND `EffectIndex` = 0;
|
||||
INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `VerifiedBuild`) VALUES
|
||||
Reference in New Issue
Block a user