[9929] Move apply spell coeffs and level penalties code to new function.

* No reson have 6 copies near to exactly same code.

* This fix problem with apply attack power bonus in some case.
  Thanks to Wowka321 for find and reseach problem.
This commit is contained in:
VladimirMangos 2010-05-19 02:26:13 +04:00
parent a457f35b21
commit 54c2da8d53
3 changed files with 53 additions and 176 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9928"
#define REVISION_NR "9929"
#endif // __REVISION_NR_H__