From d4b5c826f80b6d1bb66f8fb7588225f7d593cbc0 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Mon, 21 Nov 2016 20:42:53 +0200 Subject: [PATCH] Fix typo in spell script functions --- apps/openmw-mp/Script/Functions/Spells.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw-mp/Script/Functions/Spells.hpp b/apps/openmw-mp/Script/Functions/Spells.hpp index da882cb8c..737c74eb2 100644 --- a/apps/openmw-mp/Script/Functions/Spells.hpp +++ b/apps/openmw-mp/Script/Functions/Spells.hpp @@ -6,7 +6,7 @@ \ {"AddSpell", SpellFunctions::AddSpell},\ {"RemoveSpell", SpellFunctions::RemoveSpell},\ - {"ClearSpellbook", SpellFunctions::ClearInventory},\ + {"ClearSpellbook", SpellFunctions::ClearSpellbook},\ \ {"HasSpell", SpellFunctions::HasSpell},\ {"GetSpellId", SpellFunctions::GetSpellId},\