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.5a] [Warrior] [Bug] Thunderclap - Infected Wounds #6291

Closed
Demonid opened this issue Apr 22, 2012 · 11 comments
Closed

[3.3.5a] [Warrior] [Bug] Thunderclap - Infected Wounds #6291

Demonid opened this issue Apr 22, 2012 · 11 comments

Comments

@Demonid
Copy link
Contributor

Demonid commented Apr 22, 2012

When a Warrior uses Thunderclap on a Feral, Infected Wounds gets Bugged by not slowing down the enemy.

Thunderclap: http://www.wowhead.com/spell=6343
Infected Wounds: http://www.wowhead.com/spell=48484

@ghost
Copy link

ghost commented Apr 24, 2012

Confirmed, check this video for proof

http://www.youtube.com/watch?v=wUoUdR0M0Ak&hd=1

@Takenbacon
Copy link
Contributor

confirmed

@TBEGAMER
Copy link

Confirming on
Core revision: Trinity Core 0b98656+
Database revision: TDB 335.11.48

@Demonid
Copy link
Contributor Author

Demonid commented Apr 4, 2013

Still Bugged...

@Aokromes
Copy link
Member

This fix is valid?

@Demonid
Copy link
Contributor Author

Demonid commented Feb 27, 2014

@Aokromes Well.. on this Pull Request Shauren says it is a bad fix:

#8200

Btw... how can this still be bugged after 2 years, TC Devs don't play Feral's 👎

@Bezo
Copy link
Contributor

Bezo commented Feb 28, 2014

wow.. i forgot about this project at all..
and it shock that after 2 years it's still bugged ..

@L30m4nc3r
Copy link

confirmed

@untaught
Copy link
Contributor

untaught commented Mar 8, 2014

Well, about the sql fix in previous commit - thunder clap must not stack with 58179 not with 48483. Because 48483 is the aura on a druid with the talent but the real spellid which slows the target is 58179. So it must be something like this:

UPDATE `spell_group` SET spell_id=58179 WHERE `id`=1061;

@untaught
Copy link
Contributor

untaught commented Mar 9, 2014

Here is the fix:

UPDATE `spell_group` SET `spell_id`=58179 WHERE `id`=1061;
DELETE FROM `spell_ranks` WHERE `first_spell_id`=58179;
INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES
(58179,58179,1), --Infected Wounds (Rank 1)
(58179,58180,2), --Infected Wounds (Rank 2)
(58179,58181,3); --Infected Wounds (Rank 3)

Enjoy. 😉

@Demonid
Copy link
Contributor Author

Demonid commented Mar 9, 2014

@untaught Love you <3

@untaught
Copy link
Contributor

untaught commented Mar 9, 2014

Hate when a boy loves me.. so gay! 💨

raczman pushed a commit to raczman/TrinityCore that referenced this issue Apr 20, 2014
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

8 participants