mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2025_11_20_00 -> 2025_11_20_01
|
||||
--
|
||||
UPDATE `creature_addon` SET `bytes2` = 1, `auras` = '31261' WHERE `guid` IN (114372, 114373, 114381);
|
||||
UPDATE `creature` SET `unit_flags` = `unit_flags`|256|512|536870912, `VerifiedBuild` = 64502 WHERE `guid` IN (114372, 114373, 114381) AND `id1` = 30148;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2025_11_20_01 -> 2025_11_20_02
|
||||
--
|
||||
UPDATE `creature_template` SET `speed_run` = 1.142857 WHERE `entry` = 31356;
|
||||
UPDATE `creature_template` SET `speed_run` = 0.428571 WHERE `entry` = 31873;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2025_11_20_02 -> 2025_11_20_03
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName` = '', `npcflag` = 16777216 WHERE `entry` = 26809;
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 26809) AND (`source_type` = 0);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2025_11_20_03 -> 2025_11_20_04
|
||||
--
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = 47431) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 29) AND (`ConditionTarget` = 1) AND (`ConditionValue1` = 26359) AND (`ConditionValue2` = 0) 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