mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(DB/Gossip): Corrupted Cat gossip #2762
- Missing gossip text fixed for this creature. - Only "issue" is that the cat immediately transforms into tiger, but in vanilla video the cat goes to the well and then transforms into tiger
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1584233284203119000');
|
||||
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`=55002 AND `TextID`=3550;
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES
|
||||
(55002, 3550);
|
||||
Reference in New Issue
Block a user