1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 21:45:32 +00:00

Fix typo in spell script functions

This commit is contained in:
David Cernat 2016-11-21 20:42:53 +02:00
parent c81b58e1be
commit d4b5c826f8

View file

@ -6,7 +6,7 @@
\
{"AddSpell", SpellFunctions::AddSpell},\
{"RemoveSpell", SpellFunctions::RemoveSpell},\
{"ClearSpellbook", SpellFunctions::ClearInventory},\
{"ClearSpellbook", SpellFunctions::ClearSpellbook},\
\
{"HasSpell", SpellFunctions::HasSpell},\
{"GetSpellId", SpellFunctions::GetSpellId},\