DB/Creature template: Prevent cosmetic-drakkari-bat-ph from attacking players.

This commit is contained in:
Malcrom
2013-06-15 23:30:41 -02:30
parent b3237630ec
commit e5dbf68897

View File

@@ -0,0 +1,2 @@
-- Fix cosmetic-drakkari-bat-ph
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|2 WHERE `entry`=27490;