mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
@@ -1,2 +1,3 @@
|
||||
-- DB update 2023_04_04_08 -> 2023_04_04_09
|
||||
-- damage modifier edit of Razormaw from 7.5 to 1.36 based on mangos values
|
||||
UPDATE `creature_template` SET `DamageModifier` = 1.36 WHERE `entry` = 17592;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_04_09 -> 2023_04_04_10
|
||||
-- Quest: On Nethery Wings ID 10438
|
||||
-- Void Conduit
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 20899 AND `source_type` = 0;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_04_10 -> 2023_04_04_11
|
||||
--
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 22) AND (`SourceGroup` = 3) AND (`SourceEntry` = 20795) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 29) AND (`ConditionTarget` = 1) AND (`ConditionValue1` = 21027) AND (`ConditionValue2` = 35) AND (`ConditionValue3` = 0);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
Reference in New Issue
Block a user