mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-06 04:23:47 +00:00
fix(DB/Gossip): Witch Doctor Uzer'i missing text (#8906)
Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1635875025536424855');
|
||||||
|
|
||||||
|
-- Add missing gosip for Witch Doctor Uzer'i
|
||||||
|
DELETE FROM `gossip_menu` WHERE `MenuID` IN (1289);
|
||||||
|
INSERT INTO `gossip_menu` (`MenuID`,`TextID`) VALUES (1289,1924);
|
||||||
Reference in New Issue
Block a user