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: Waterlogged Recipe #17222

Closed
SnapperRy opened this issue May 30, 2016 · 4 comments
Closed

[3.3.5][6.x] DB/Loot: Waterlogged Recipe #17222

SnapperRy opened this issue May 30, 2016 · 4 comments

Comments

@SnapperRy
Copy link
Contributor

Description: as of patch 3.2.2, the item Waterlogged Recipe was replaced with another version that doesn't turn into a bind on pickup item, allowing to drop the quest and sell the item if you're inclined to (source).
Also up drop chance a bit (source).

Branch(es): 3.3.5 / 6.x

TC hash/commit: 291a264

TDB version: 335.61

Suggested fix:

UPDATE `reference_loot_template` SET `Item`=49667, `Chance`=10 WHERE `Item`=48679;
@SnapperRy SnapperRy changed the title DB/Loot: Waterlogged Recipe [335][6.x]DB/Loot: Waterlogged Recipe May 30, 2016
@Rushor Rushor changed the title [335][6.x]DB/Loot: Waterlogged Recipe [3.3.5][6.x] DB/Loot: Waterlogged Recipe May 30, 2016
Killyana added a commit that referenced this issue May 31, 2016
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)
@Rushor
Copy link
Contributor

Rushor commented May 5, 2020

from the item you cannot take the quest again anymore

@Rushor
Copy link
Contributor

Rushor commented May 5, 2020

UPDATE reference_loot_template SET Item='48679' WHERE Entry=10016 AND Item=49667;

@ghost
Copy link

ghost commented May 5, 2020

minor codestyle adjustments for the SQL above:

UPDATE `reference_loot_template` SET `Item`= 48679 WHERE `Entry`= 10016 AND `Item`= 49667;

@ghost
Copy link

ghost commented May 5, 2020

BTW, you say that it is not possible to get the quest from the item, do you mean all 3 items?

Maybe I am just a little bit confused, not getting at which point you refer to.

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