DB/Creature: prevent NPC Geezle from being attackable

Closes #23470

(cherry picked from commit 976bc11499)
This commit is contained in:
Wyrserth
2019-06-23 21:10:27 +02:00
committed by Shauren
parent bec268a235
commit 241d635c03

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `unit_flags`=256|512 WHERE `entry`=17318;