diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-08-27 02:00:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-27 02:00:59 +0200 |
commit | 417716d32b58a3f00de0c2c4c29a1cb7b3d18168 (patch) | |
tree | 694593b309c0ae2bb8e4030d175dd80193394024 | |
parent | 819ee0922cab464833230142358e2cba99d88282 (diff) |
DB/Loot: Remove Dinosaur Bone from Bloodpetal Trappe and Frenzied Pterrordax
closes #31237
by AlexPro54
-rw-r--r-- | sql/updates/world/3.3.5/2025_08_27_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |