[7178] Fixed character save fail at spell save in special case.

Case description: Spell save fail at attempt save into `character_spell` "new" spell loaded from DB
with exactly same settings after it learned from spell cast triggered by loading another spell from DB.
Reapeatable for shamans with known talent 16268.

Also speedup code with remove redundent Player::_removeSpell function.
This commit is contained in:
VladimirMangos 2009-01-25 19:31:12 +03:00
parent 0418aa5137
commit d8355f27f5
3 changed files with 16 additions and 19 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7177"
#define REVISION_NR "7178"
#endif // __REVISION_NR_H__