diff options
-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); |