From f821b0c7aae9b2968a4c30da33e54cbc7000805c Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 5 Apr 2020 19:04:36 +0200 Subject: [PATCH] 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 --- .../sql/updates/pending_db_world/rev_1584233284203119000.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1584233284203119000.sql diff --git a/data/sql/updates/pending_db_world/rev_1584233284203119000.sql b/data/sql/updates/pending_db_world/rev_1584233284203119000.sql new file mode 100644 index 000000000..a859c0793 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1584233284203119000.sql @@ -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);