mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user