From 5d638439866c834858898723df60f3a6cfcaf8ae Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 7 Sep 2016 16:51:51 +0200 Subject: Core/Items: Implement proper flag to check for real time duration (instead of played time) on items with limited duration --- sql/updates/world/6.x/2016_09_07_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/6.x/2016_09_07_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/6.x/2016_09_07_00_world.sql b/sql/updates/world/6.x/2016_09_07_00_world.sql new file mode 100644 index 00000000000..a002cdacb53 --- /dev/null +++ b/sql/updates/world/6.x/2016_09_07_00_world.sql @@ -0,0 +1 @@ +UPDATE `item_template_addon` SET `FlagsCu`=`FlagsCu`&0x6; -- cgit v1.2.3