DB/Creature: prevent NPC Geezle from being attackable

Closes #23470
This commit is contained in:
Wyrserth
2019-06-23 21:10:27 +02:00
committed by Killyana
parent 6a4c381e86
commit 976bc11499

View File

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