mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
DB/NPCs: Proper flags for Night Elf Corpse
Closes #6928 Signed-off-by: Nay <dnpd.dd@gmail.com>
This commit is contained in:
2
sql/updates/world/2012_07_22_12_creature_template.sql
Normal file
2
sql/updates/world/2012_07_22_12_creature_template.sql
Normal 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;
|
||||
Reference in New Issue
Block a user