aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-06-25 00:40:07 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-02-04 17:53:30 +0100
commitb95c1520ab5d4464a793a862ed71ccee2d3163b1 (patch)
tree2d019bdb4cbaf0f2bcd78d1343867749bdabfa4a
parent58200394202e2ea5d60716c15c85a6315118ac77 (diff)
DB/Creature: add missing aura and flags to Scryers' bookshelves in Shattrath
Closes #17453 by SnapperRy (cherry picked from commit 73663887c5bfd112c22469ce1b13d232961766d7)
-rw-r--r--sql/updates/world/master/2017_02_04_00_world_2016_06_25_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_04_00_world_2016_06_25_00_world.sql b/sql/updates/world/master/2017_02_04_00_world_2016_06_25_00_world.sql
new file mode 100644
index 00000000000..f1337038533
--- /dev/null
+++ b/sql/updates/world/master/2017_02_04_00_world_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;