DB/NPCs: Proper flags for Night Elf Corpse

Closes #6928

Signed-off-by: Nay <dnpd.dd@gmail.com>
This commit is contained in:
Exodius
2012-07-22 02:54:27 +01:00
committed by Nay
parent 72f42e2c14
commit 3f986a8f66

View File

@@ -0,0 +1,2 @@
-- Fix Night Elf Corpse (16804) so it can't be attacked
UPDATE `creature_template` SET `unit_flags`=768, `dynamicflags`=40 WHERE `entry` = 16804;