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:
@@ -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);
|
||||
Reference in New Issue
Block a user