diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-09-07 16:51:51 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-09-07 16:51:51 +0200 |
| commit | 5d638439866c834858898723df60f3a6cfcaf8ae (patch) | |
| tree | 70d155afacdb8d009fd920e3cd3d8fa894489187 /sql/updates | |
| parent | 8d2afd179804c3cdb199591619e4e72b1dad5476 (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/updates')
| -rw-r--r-- | sql/updates/world/6.x/2016_09_07_00_world.sql | 1 |
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; |
