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:
Kitzunu
2020-04-05 19:04:36 +02:00
committed by GitHub
parent 5cb1dc1017
commit f821b0c7aa

View File

@@ -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);