Page 1 of 1

[BUG] Instant casts interruption

PostPosted: Tue Mar 03, 2015 8:17 pm
by nxsofsys
This is common mangos bug seen on every private server. When playing warlock instant cast of "Corruption" with talent "Improved Corruption" 5/5 often can be interrupted by moving shortly after cast button pressed - i.e. press cast button, then move in any direction. This issue may be with instant cast of "Shadow Bolt" when "Shadow Trance" is active. This is caused because cast itself happens on server's time tick, but flag about spell interruption is set in network handler of moving data packets before time tick. Moreover, instant casts can be cancelled by counterspell, but it's less annoying then interruption by move in combat.