fix(DB): Tallonkai Swiftroot has incorrect dialogue texts (#10479)

* fix(DB): Tallonkai Swiftroot has incorrect dialogue texts

* fix(DB): Tallonkai Swiftroot has incorrect dialogue texts (fix SQL formatting)

* Update data/sql/updates/pending_db_world/rev_1643734354433050200.sql

Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>

* Set correct npcflag for Tallonkai Swiftroot
This commit is contained in:
ZhengPeiRu21
2022-02-03 06:43:08 -07:00
committed by GitHub
parent c67a9c0f43
commit 26267e0cb4

View File

@@ -0,0 +1,13 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1643734354433050200');
UPDATE `creature_template` SET `gossip_menu_id` = 61026 WHERE `entry` = 3567;
UPDATE `creature_template` SET `npcflag` = 3 WHERE `entry` = 3567;
DELETE FROM `npc_text` WHERE `ID` = 50032;
INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`)
VALUES (50032,
'Well met, $N. It is good to see that $cs like yourself are taking an active part in protecting the groves.',
'Well met, $N. It is good to see that $cs like yourself are taking an active part in protecting the groves.', 0);
DELETE FROM `gossip_menu` WHERE `MenuID` = 61026 AND `TextID` = 50032;
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES
(61026, 50032);