Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.3.5][6.x] DB/Loot: reduce dropped quantity for item "Ravasaur Pheromone Gland" #17229

Closed
SnapperRy opened this issue May 30, 2016 · 1 comment

Comments

@SnapperRy
Copy link
Contributor

Description: NPC should drop one of those instead of two.

Branch(es): 3.3.5 / 6.x

TC hash/commit: 291a264

TDB version: 335.61

Suggested fix:

UPDATE `creature_loot_template` SET `MinCount`=1, `MaxCount`=1 WHERE `Item`=11509;
@ghost
Copy link

ghost commented May 30, 2016

Thanks for the fix, I never took the time to find out why Lar'korwi Mate drops 2 of that item on TC source.

joschiwald pushed a commit that referenced this issue Jan 11, 2017
Closes #17229
By SnapperRy
(cherry picked from commit 5161a83)

DB/Conditions: Add condition target for spell cast by item "Zorbin's Ultra-Shrinker

Closes #17228
By SnapperRy
(cherry picked from commit f177b81)

DB/Creature: Frogger

Fix pathing and speed
Updates #16488
(cherry picked from commit 37d0185)

DB/Loot: item "Primed Key Mold" should not be droppable by any NPC

Closes #17224
By SnapperRy
(cherry picked from commit d455b77)

DB/Loot: Waterlogged Recipe

Closes #17222
By SnapperRy
(cherry picked from commit 6b95d0b)

DB/Quest: Improvements to the Brood of Nozdormu rings quests

Closes #17220
By SnapperRy
(cherry picked from commit 51d100f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants