classicdb / database

Classic DB is a content database for CMaNGOS Classic: world, NPCs, objects, quests and so on.
https://github.com/cmangos/mangos-classic
Other
87 stars 56 forks source link

Fel Cone drops #857

Closed Muehe closed 8 years ago

Muehe commented 8 years ago

Fel Cone drops some reagents. Seems wrong. I think inventory of reagant merchant Alyssa Eva got added, cause they have the same ID.

DELETE FROM gameobject_loot_template WHERE entry = 1701 AND ChanceOrQuestChance > 0;
cala commented 8 years ago

Thanks! :+1: By the way, I got your PM but did not took the time to properly reply to it yet.

Muehe commented 8 years ago

No problem, thanks for commiting!

Btw. gameobject ID is 1673, 1701 is the loot group (no idea why, nothing else uses it).