File Details
v1.0.1
- R
- Mar 13, 2013
- 11.08 KB
- 108
- 5.2.0
- Retail
File Name
LibStormEarthAndFire-1.0-v1.0.1.zip
Supported Versions
- 5.2.0
tag v1.0.1
26ffd613ae175a13d347c03159c2f2757c163f5b
Kevin Ballard <kevin@sb.org>
2013-03-13 01:43:14 -0700
Tagging as v1.0.1
--------------------
Kevin Ballard:
- Fix stuck spirit in edge case
If a spirit is summoned immediately after one dies, and it ends up being
the same spirit, and this happens before PLAYER_TOTEM_UPDATE fires, we
could end up with a stuck spirit because we overwrote the table entry in
the spirits list but never removed it from activeSpirits.
Fix that by detecting the living entry in the spirits list and firing a
DEAD_SPIRIT notification immediately.

