aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-07-06 20:37:45 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-02-05 00:57:14 +0100
commit3256bcba4ae9fdd970b629ab6b232aa77a97aed7 (patch)
tree3419dd75252d0ec65bfbc7869c505b9c82ff6e28
parenta771185b67ade383846c5f67848f479484b6366f (diff)
DB/Creature: Add missing flags to triggers npcs related to the quest Uncovering the Tunnels
Closes #17530 by Kodekc (cherry picked from commit 105687228b8741b7a6c55cdef1af70fc9e837425)
-rw-r--r--sql/updates/world/master/2017_02_04_29_world_2016_07_06_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_04_29_world_2016_07_06_02_world.sql b/sql/updates/world/master/2017_02_04_29_world_2016_07_06_02_world.sql
new file mode 100644
index 00000000000..954a82b5a8e
--- /dev/null
+++ b/sql/updates/world/master/2017_02_04_29_world_2016_07_06_02_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128, `unit_flags`=`unit_flags`|768 WHERE `entry` IN (26468, 26469, 26470);