Open GoogleCodeExporter opened 8 years ago
By milk:
Need test before debug. Thx to verify, if it's really bugged.
Original comment by stfxm...@gmail.com
on 30 Dec 2010 at 2:41
By cemak:
try this can be
#!
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -4888,6 +4883,23 @@
triggered_spell_id = 29077;
break;
}
+ if (dummySpell->SpellIconID == 2120)
+ {
+ if (!procSpell)
+ return false;
+
+ target = this;
+ switch (dummySpell->Id)
+ {
+ case 31571: triggered_spell_id = 33421; break;
+ case 31572: triggered_spell_id = 33713; break;
+ case 31573: triggered_spell_id = 33714; break;
+ default:
+ sLog.outError("Unit::HandleDummyAuraProc: non handled
spell id: %u",dummySpell->Id);
+ return false;
+ }
+ break;
+ }
// Incanter's Regalia set (add trigger chance to Mana Shield)
if (dummySpell->SpellFamilyFlags & 0x0000000000008000LL)
{
Original comment by stfxm...@gmail.com
on 30 Dec 2010 at 2:41
By cemak:
Original comment by stfxm...@gmail.com
on 30 Dec 2010 at 2:41
By kerhong:
Don't put wontfix for stuff that is crucial for the server to work, as it will
work some day.
Original comment by stfxm...@gmail.com
on 30 Dec 2010 at 2:41
Original comment by stfxm...@gmail.com
on 30 Dec 2010 at 6:02
Very strange. Tested it. I was a mage with 3.5% initial chance to crit. Rogue
had -9.5% chance to be critted from resilience. I critted a lot with this
talent help, so i think it's working.
If it's working just for me then i don't know O_o
Original comment by dscrashr...@gmail.com
on 29 Apr 2011 at 6:52
Original issue reported on code.google.com by
stfxm...@gmail.com
on 30 Dec 2010 at 2:41