chore(DB): import pending files

Referenced commit(s): d85d24f4a9
This commit is contained in:
github-actions[bot]
2024-07-13 10:10:53 +00:00
parent 79744dfd1e
commit 98cb352dc0
2 changed files with 2 additions and 0 deletions

View File

@@ -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);

View File

@@ -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);