[11322] Get rid of redundant CalculateSpellDuration calls, calculate once in Spell::prepare

Also fix despawn time calculation of dynamic objects.
This commit is contained in:
zergtmn 2011-04-07 13:32:00 +06:00
parent 28375e295e
commit 0dfcbf8051
4 changed files with 16 additions and 25 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11321"
#define REVISION_NR "11322"
#endif // __REVISION_NR_H__