mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[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:
parent
0418aa5137
commit
d8355f27f5
3 changed files with 16 additions and 19 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7177"
|
||||
#define REVISION_NR "7178"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue