Fix Spell Book Deletion

This commit is contained in:
Akkadius
2015-03-04 02:40:49 -06:00
parent fe294e60b5
commit 0210d6f6bf
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -5078,6 +5078,7 @@ void Client::Handle_OP_DeleteSpell(const EQApplicationPacket *app)
if (m_pp.spell_book[dss->spell_slot] != SPELLBOOK_UNKNOWN) {
m_pp.spell_book[dss->spell_slot] = SPELLBOOK_UNKNOWN;
database.DeleteCharacterSpell(this->CharacterID(), m_pp.spell_book[dss->spell_slot], dss->spell_slot);
dss->success = 1;
}
else