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:
parent
3ce64b0f01
commit
c24fcc7efd
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue