mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[8994] Re-implement remove auras from channeled target
* Old way have problem with auras that have last tick avent at one from caster/target: depndent from auras update order in caster/target pair ti can wrongly not triggered. * Fxied possible problem with remove same spell non-caster auras at target/caster at spell cast cancel * Also fix memory lost in old deleted auras cleanup.
This commit is contained in:
parent
8211bcd218
commit
be79375b56
4 changed files with 25 additions and 42 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8993"
|
||||
#define REVISION_NR "8994"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue