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