mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
[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:
@@ -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);
|
||||
Reference in New Issue
Block a user