mangosR2 / mangos

Production (stable and testing) versions of current mangosR2 v2 server (World of Warcraft: Wrath of the Lich King, 3.3.5a client).
http://mangosr2.2x2forum.com/
GNU General Public License v2.0
175 stars 77 forks source link

Single Mind Flay stacks Shadow Weaving to 5 #938

Open Inquisitor opened 12 years ago

Inquisitor commented 12 years ago

Priest's Mind Flay has three ticks. Every tick must add 1 stack for Shadow Weaving talent (100% chance if 5/5).

But it seems that after [mr1889] last tick adds two more stacks, so after just one MF we have 5 stacks of SW.

Romman commented 12 years ago

Confirm, but i don't think that 1889 could do this bug.

Shadow Weaving spellId = 15258. Mind Flay spellId = 48156. with effect2 Apply aura spellId 58381 (this deals damage)

DEBUG_LOG: The first three stacks are added after spell 58381 (As it should be) the 4th stack after spell 48156. the 5th stack after spell 15258. (from itself ???)

rsa commented 12 years ago

need correct spell_proc_event