Skip to content

DB/Quest Remove quest Loot from a creature that does not have this loot #31237

@AlexPro54

Description

@AlexPro54

Description

When completing the "Roll the Bones" quest (3882), no quest item "Dinosaur Bone" (11114) should drop from the creatures "Bloodpetal Trappe" (6512) and "Frenzied Pterrordax" (9167).

SQL fix

DELETE FROM `creature_loot_template` WHERE  `Entry`=6512 AND `Item`=11114;
DELETE FROM `creature_loot_template` WHERE  `Entry`=9167 AND `Item`=11114;

Branch

3.3.5

TC rev. hash/commit

TrinityCore rev. e678324 2025-08-25

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions