fix(DB/npc_text): Fix Kraz Gossip Text (#10720)

* fix(DB/npc_text): Fix Kraz Gossip Text
This commit is contained in:
ZhengPeiRu21
2022-02-18 15:31:55 -07:00
committed by GitHub
parent d0761b3abb
commit d7ae312af4
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1645119124535032800');
UPDATE `gossip_menu` SET `TextID` = 11602 WHERE `MenuID` = 8881 AND `TextID` = 11596;