DB/Creature: prevent NPC Geezle from being attackable

Closes #23470

(cherry picked from commit 976bc1149969b85697e9d54b852f9b557abbdc5d)
This commit is contained in:
Wyrserth
2021-12-12 01:27:04 +01:00
committed by Shauren
parent bec268a235
commit 241d635c03
@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `unit_flags`=256|512 WHERE `entry`=17318;