aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-09-07 16:51:51 +0200
committerShauren <shauren.trinity@gmail.com>2016-09-07 16:51:51 +0200
commit5d638439866c834858898723df60f3a6cfcaf8ae (patch)
tree70d155afacdb8d009fd920e3cd3d8fa894489187 /sql
parent8d2afd179804c3cdb199591619e4e72b1dad5476 (diff)
Core/Items: Implement proper flag to check for real time duration (instead of played time) on items with limited duration
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/6.x/2016_09_07_00_world.sql1
1 files changed, 1 insertions, 0 deletions
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;