From d27ee6324e5e3245e57f572002d652aa6d780476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB?= Date: Mon, 21 Aug 2017 02:03:08 +0300 Subject: [PATCH] [NPC] Franclorn Forgewright visibility (#568) * DB/NPC: make Franclorn Forgewright visible only for dead players * add a new line at the end of file --- .../updates/pending_db_world/rev_1503198096265931900.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1503198096265931900.sql diff --git a/data/sql/updates/pending_db_world/rev_1503198096265931900.sql b/data/sql/updates/pending_db_world/rev_1503198096265931900.sql new file mode 100644 index 000000000..f13bcad94 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1503198096265931900.sql @@ -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);