[NPC] Franclorn Forgewright visibility (#568)
* DB/NPC: make Franclorn Forgewright visible only for dead players * add a new line at the end of file
This commit is contained in:
parent
fa78d2d83e
commit
d27ee6324e
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1503198096265931900');
|
||||
|
||||
-- make Franclorn Forgewright visible only for dead players
|
||||
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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue