mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
@@ -1,2 +1,3 @@
|
||||
-- DB update 2024_07_12_00 -> 2024_07_13_00
|
||||
UPDATE `creature_template` SET `RangeAttackTime` = 1500 WHERE `entry` = 17968;
|
||||
UPDATE `creature_template` SET `BaseAttackTime` = 2000 WHERE `entry` IN (17767, 17808, 17842, 17888);
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2024_07_13_00 -> 2024_07_13_01
|
||||
-- add flag CU_DURATION_REAL_TIME to 21174 'Empty Festive Mug'
|
||||
UPDATE `item_template` SET `flagsCustom` = (`flagsCustom` | 1) WHERE (`entry` = 21174);
|
||||
Reference in New Issue
Block a user