From 53736faf33e58291d1884c01666d650a4c0beea9 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Sun, 3 Jul 2022 16:48:23 -0300 Subject: [PATCH] fix(DB/Creature): Silithid Swarm remove gold drop (#12262) Create silithid_swarm_gold.sql --- data/sql/updates/pending_db_world/silithid_swarm_gold.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/silithid_swarm_gold.sql diff --git a/data/sql/updates/pending_db_world/silithid_swarm_gold.sql b/data/sql/updates/pending_db_world/silithid_swarm_gold.sql new file mode 100644 index 000000000..40e1a7f2f --- /dev/null +++ b/data/sql/updates/pending_db_world/silithid_swarm_gold.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `mingold` = 0, `maxgold` = 0 WHERE (`entry` = 4196);