[Spells] Adds a rule to allow right-click memorize from spell scrolls. (#1377)

* [Spells] Adds a rule to allow right-click memorize from spell scrolls.

* Typo.
This commit is contained in:
Alex
2021-06-11 14:41:08 -04:00
committed by GitHub
parent ebdb8e5d90
commit d54cd08560
5 changed files with 90 additions and 2 deletions
+1 -1
View File
@@ -10102,7 +10102,7 @@ std::vector<int> Client::GetScribedSpells() {
if (IsValidSpell(m_pp.spell_book[index])) {
scribed_spells.push_back(m_pp.spell_book[index]);
}
}
}
return scribed_spells;
}