mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +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