[8205] Really use trap GO charges and avoid casting in despawned state.

* Drop horribale hack with stored charges amount, use instead GO info charges data as expected.
* Count trap activations as charge uses if it have limited charges.
* Check trap reactions only in ready spawned state.
This commit is contained in:
VladimirMangos 2009-07-19 07:34:18 +04:00
parent 349216d5d7
commit 39833b0069
3 changed files with 96 additions and 83 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8204"
#define REVISION_NR "8205"
#endif // __REVISION_NR_H__