Skip to content

Commit

Permalink
DB/Item: add proper flags to real-life-duration items Closes TrinityC…
Browse files Browse the repository at this point in the history
  • Loading branch information
ZxBiohazardZx committed Jan 3, 2013
1 parent 673174e commit caedf70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/updates/world/2013_01_03_11_world_item_template.sql
@@ -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);

0 comments on commit caedf70

Please sign in to comment.