diff options
| author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2013-01-03 15:54:15 +0100 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2013-01-03 15:54:15 +0100 |
| commit | 0419abf2235a2df46cb996d0f11c7ade8545840b (patch) | |
| tree | d7d956be361486b6803dbcfd47367e67497e0e8c /sql | |
| parent | 9e6344b220c1f369be14f68b87648a75d3e8bcb4 (diff) | |
DB/Item: add proper flags to real-life-duration items Closes #3601
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_01_03_11_world_item_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
