From 0419abf2235a2df46cb996d0f11c7ade8545840b Mon Sep 17 00:00:00 2001 From: ZxBiohazardZx Date: Thu, 3 Jan 2013 15:54:15 +0100 Subject: DB/Item: add proper flags to real-life-duration items Closes #3601 --- sql/updates/world/2013_01_03_11_world_item_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2013_01_03_11_world_item_template.sql (limited to 'sql') diff --git a/sql/updates/world/2013_01_03_11_world_item_template.sql b/sql/updates/world/2013_01_03_11_world_item_template.sql new file mode 100644 index 00000000000..df0bd5cd1e7 --- /dev/null +++ b/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); -- cgit v1.2.3