mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
fix(DB/Gossips): add missing gossip texts to Niby the Almighty (#9692)
Fixes #8885
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1639429763496903700');
|
||||
|
||||
DELETE FROM `gossip_menu` WHERE `menuid` IN (5844,5843,5842,5841);
|
||||
INSERT INTO `gossip_menu` VALUES
|
||||
(5844,7002),
|
||||
(5843,7003),
|
||||
(5842,7004),
|
||||
(5841,7005);
|
||||
Reference in New Issue
Block a user