fix(DB/Item): add flag CU_DURATION_REAL_TIME to 21174 'Empty Festive … (#19392)

fix(DB/Item): add flag CU_DURATION_REAL_TIME to 21174 'Empty Festive Mug'
This commit is contained in:
sudlud
2024-07-13 12:10:46 +02:00
committed by GitHub
parent d85d24f4a9
commit 79744dfd1e

View File

@@ -0,0 +1,2 @@
-- add flag CU_DURATION_REAL_TIME to 21174 'Empty Festive Mug'
UPDATE `item_template` SET `flagsCustom` = (`flagsCustom` | 1) WHERE (`entry` = 21174);