mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(DB/gossip_menu): add missing text to Ragged John gossip menu (#10623)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1644524834850478500');
|
||||
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`=2062 AND `TextID`=3496;
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES (2062, 3496);
|
||||
Reference in New Issue
Block a user