diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-25 00:40:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-25 00:40:07 +0200 |
commit | 73663887c5bfd112c22469ce1b13d232961766d7 (patch) | |
tree | 9c89733875d3c903952d76acea8262742b383cdf | |
parent | 50146b22296aac18f4ee07ed09a8bdc5cf19725c (diff) |
DB/Creature: add missing aura and flags to Scryers' bookshelves in Shattrath
Closes #17453 by SnapperRy
-rw-r--r-- | sql/updates/world/3.3.5/2016_06_25_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_25_00_world.sql b/sql/updates/world/3.3.5/2016_06_25_00_world.sql new file mode 100644 index 00000000000..f1337038533 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_06_25_00_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `unit_flags`=2147746560 WHERE `entry` BETWEEN 33608 AND 33615; +UPDATE `creature_template_addon` SET `auras`="28782" WHERE `entry` BETWEEN 33608 AND 33615; |