mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 22:15:32 +00:00
Fix typo in spell script functions
This commit is contained in:
parent
c81b58e1be
commit
d4b5c826f8
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
\
|
\
|
||||||
{"AddSpell", SpellFunctions::AddSpell},\
|
{"AddSpell", SpellFunctions::AddSpell},\
|
||||||
{"RemoveSpell", SpellFunctions::RemoveSpell},\
|
{"RemoveSpell", SpellFunctions::RemoveSpell},\
|
||||||
{"ClearSpellbook", SpellFunctions::ClearInventory},\
|
{"ClearSpellbook", SpellFunctions::ClearSpellbook},\
|
||||||
\
|
\
|
||||||
{"HasSpell", SpellFunctions::HasSpell},\
|
{"HasSpell", SpellFunctions::HasSpell},\
|
||||||
{"GetSpellId", SpellFunctions::GetSpellId},\
|
{"GetSpellId", SpellFunctions::GetSpellId},\
|
||||||
|
|
Loading…
Reference in a new issue