mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 21:02:14 +01:00
DB/Item: add proper flags to real-life-duration items Closes #3601
This commit is contained in:
2
sql/updates/world/2013_01_03_11_world_item_template.sql
Normal file
2
sql/updates/world/2013_01_03_11_world_item_template.sql
Normal 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);
|
||||
Reference in New Issue
Block a user