darkmihai / oregoncore

Automatically exported from code.google.com/p/oregoncore
0 stars 0 forks source link

[item] The Lightning Capacitor #443

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add item http://wowhead.com/item=28785 to your character
2. cast spells on a mob until you gain a critical strike

What is the expected output? What do you see instead?
- You should get a stack of http://www.wowhead.com/spell=37658 each time you 
crit, up to 3 stacks. then you should fire a lightning bolt 
(http://www.wowhead.com/spell=37661) on your target. Instead, the item doesn't 
give any stacks to you

What revision of the Core are you using? On what operating system?
- Win64 (build win32_Debug), core rev 1425

Please provide any additional information below.
- The code to handle this spell exists indeed, in 
Unit.cpp:HandleProcTriggerSpell(...), but as far as my debugging showed the 
function is never called for this proc.

Original issue reported on code.google.com by ch_trol...@bluemail.ch on 25 Jul 2011 at 3:27