From 478bd81dbb5c1ca49eab513da12219db0d178d48 Mon Sep 17 00:00:00 2001 From: Scott Grimes Date: Fri, 8 Oct 2021 02:44:18 -0400 Subject: [PATCH] fix(DB/Gameobject): Make Giant Softshell Clam lootable (#8096) --- data/sql/updates/pending_db_world/rev_1632611085790498000.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1632611085790498000.sql diff --git a/data/sql/updates/pending_db_world/rev_1632611085790498000.sql b/data/sql/updates/pending_db_world/rev_1632611085790498000.sql new file mode 100644 index 000000000..a65c562ea --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1632611085790498000.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1632611085790498000'); + +UPDATE `gameobject_template` SET `Data8` = 6142 WHERE (`entry` = 177784);