DB/Item: add proper flags to real-life-duration items Closes #3601

This commit is contained in:
ZxBiohazardZx
2013-01-03 15:54:15 +01:00
parent 9e6344b220
commit 0419abf223

View File

@@ -0,0 +1,2 @@
-- make sure timers are real-time via flagsCustom
UPDATE `item_template` SET `flagsCustom`=`flagsCustom`|1 WHERE `entry` IN(39878,44623,44625,44626,44632,44717);