mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature): Gremnik Rizzlesprang gossip (#16871)
Co-authored-by: ratkosrb <ratkomladic2@abv.bg>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user