fix(DB/Item): 44844 'Turkey Caller' - add flag CU_DURATION_REAL_TIME (#18328)

This commit is contained in:
sudlud
2024-03-10 11:34:28 +01:00
committed by GitHub
parent a9b3f01579
commit d07861c584

View File

@@ -0,0 +1,2 @@
-- update 44844 'Turkey Caller' - add flagsCustom - CU_DURATION_REAL_TIME
UPDATE `item_template` SET `flagsCustom` = (`flagsCustom` | 1) WHERE (`entry` = 44844);