DB/Creature: Franclorn Forgewright

Make the npc visible only for dead players
Remove the SAI and move the aura to Creature addon

(cherry picked from commit 1c877ecbd2a4c81204f932a4f249b8f9dd6f5b90)
This commit is contained in:
Killyana
2016-01-17 14:04:01 +01:00
committed by MitchesD
parent d7bfacbd65
commit e16f695453
@@ -0,0 +1,4 @@
--
UPDATE `creature_template` SET `npcflag`=32771, `AIName`='' WHERE `entry`=8888;
DELETE FROM `smart_scripts` WHERE `entryorguid` = 8888 AND `source_type` = 0;
UPDATE `creature_template_addon` SET `auras`=10848 WHERE `entry` IN (8888);