DB/Creature: Add missing flags to triggers npcs related to the quest Uncovering the Tunnels

Closes #17530
by Kodekc

(cherry picked from commit 105687228b)
This commit is contained in:
Killyana
2016-07-06 20:37:45 +02:00
committed by joschiwald
parent a771185b67
commit 3256bcba4a

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128, `unit_flags`=`unit_flags`|768 WHERE `entry` IN (26468, 26469, 26470);