fix(DB): Gorbold Steelhand incorrectly has Cataclysm Gossip Text (#10520)

* fix(DB): Gorbold Steelhand has Cataclysm Gossip Text

* fix(DB): Gorbold Steelhand has Cataclysm Gossip Text

* Update rev_1643928221060796100.sql
This commit is contained in:
ZhengPeiRu21 2022-04-07 09:28:55 -06:00 committed by GitHub
parent 3f5119de8b
commit 5249f830a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1643928221060796100');
UPDATE `gossip_menu` SET `TextID`=3218 WHERE `MenuID`=12726 AND `TextID`=17861;
DELETE FROM `npc_text` WHERE `ID`=17861;