From 417716d32b58a3f00de0c2c4c29a1cb7b3d18168 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Wed, 27 Aug 2025 02:00:59 +0200 Subject: DB/Loot: Remove Dinosaur Bone from Bloodpetal Trappe and Frenzied Pterrordax closes #31237 by AlexPro54 --- sql/updates/world/3.3.5/2025_08_27_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_08_27_02_world.sql diff --git a/sql/updates/world/3.3.5/2025_08_27_02_world.sql b/sql/updates/world/3.3.5/2025_08_27_02_world.sql new file mode 100644 index 00000000000..708f6fa693c --- /dev/null +++ b/sql/updates/world/3.3.5/2025_08_27_02_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Entry`=6512 AND `Item`=11114; +DELETE FROM `creature_loot_template` WHERE `Entry`=9167 AND `Item`=11114; -- cgit v1.2.3