parent
79744dfd1e
commit
98cb352dc0
2 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue