fix(DB/Creature): Gremnik Rizzlesprang gossip (#16871)

Co-authored-by: ratkosrb <ratkomladic2@abv.bg>
This commit is contained in:
ZhengPeiRu21
2023-08-05 19:20:40 -06:00
committed by GitHub
parent ac84f488b6
commit c50c818cfd

View File

@@ -0,0 +1,7 @@
--
UPDATE `creature_template` SET `gossip_menu_id` = 7092, `npcflag` = `npcflag`|1 WHERE `entry`=16123;
DELETE FROM `gossip_menu` WHERE `MenuID` = 7092;
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES (7092, 8345);
DELETE FROM `npc_text` WHERE `ID` = 8345;
INSERT INTO `npc_text` (`ID`, `Probability0`, `BroadcastTextID0`) VALUES (8345, 1, 11932);