fix(DB/Creature): Added trigger flag to Gnome Cannor Shooter. (#15584)

Fixes #15535
This commit is contained in:
UltraNix 2023-03-29 05:32:10 +02:00 committed by GitHub
parent 213aaee42c
commit 38f2469d6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry`=21944;