diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-25 01:13:12 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-04 17:53:31 +0100 |
| commit | 900e67910788e138e4dba4fd49c1223525245350 (patch) | |
| tree | e3e25056d7b23e1dc5c357529ad052442b5111b8 | |
| parent | b0e28b93fcf92f099cc49f755cca89b839416a61 (diff) | |
DB/Creature: auras/flags for more bookshelves
Closes #17454 by SnapperRy
(cherry picked from commit 4519be74a263acd17242fb4558b2bb3194c151a6)
| -rw-r--r-- | sql/updates/world/master/2017_02_04_02_world_2016_06_25_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_04_02_world_2016_06_25_02_world.sql b/sql/updates/world/master/2017_02_04_02_world_2016_06_25_02_world.sql new file mode 100644 index 00000000000..cf4e814d813 --- /dev/null +++ b/sql/updates/world/master/2017_02_04_02_world_2016_06_25_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `unit_flags`=2147746560 WHERE `entry` IN (33616, 33617, 33618, 33619, 33621, 33623); +UPDATE `creature_template_addon` SET `auras`="28782" WHERE `entry` IN (33616, 33617, 33618, 33619, 33621, 33623); |
