mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB/Text: Fix and remove some npc_text
(cherry picked from commit 7450be4cfd)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--
|
||||
UPDATE `npc_text` SET /*`Text0_0`="You can find our mana loom in the merchant's bazaar within the Lower City.", `Text0_1`="You can find our mana loom in the merchant's bazaar within the Lower City.", `Emote0_0`=1,*/ `BroadcastTextID0`=19591, `Probability0`=1 WHERE `id`=10503;
|
||||
-- UPDATE `gossip_menu_option` SET `ActionMenuID`=8418 WHERE `MenuID`=8403 AND `OptionID`=6;
|
||||
-- UPDATE `gossip_menu_option_action` SET `ActionMenuID`=8410 WHERE `MenuID`=8357 AND `OptionIndex`=8;
|
||||
|
||||
DELETE FROM `npc_text` WHERE `ID` IN (10515, 724001, 724002, 724003, 724004, 724005, 2981);
|
||||
INSERT INTO `npc_text` (`ID`, `Probability0`, `BroadcastTextID0`) VALUES
|
||||
(10515, 1, 41148);
|
||||
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`=8410 AND `TextID`=10515;
|
||||
INSERT INTO `gossip_menu` (`MenuID`,`TextID`) VALUES (8410,10515);
|
||||
Reference in New Issue
Block a user