forked from mirror/openmw-tes3mp
Finish renaming of script functions for sending items and spells
This commit is contained in:
parent
33e85c54de
commit
6b14ca0775
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
{"GetInventoryItemHealth", ItemFunctions::GetInventoryItemHealth},\
|
||||
\
|
||||
{"SendEquipment", ItemFunctions::SendEquipment},\
|
||||
{"SendInventory", ItemFunctions::SendItems}
|
||||
{"SendItems", ItemFunctions::SendItems}
|
||||
|
||||
class ItemFunctions
|
||||
{
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
{"HasSpell", SpellFunctions::HasSpell},\
|
||||
{"GetSpellId", SpellFunctions::GetSpellId},\
|
||||
\
|
||||
{"SendSpellbook", SpellFunctions::SendSpells}
|
||||
{"SendSpells", SpellFunctions::SendSpells}
|
||||
|
||||
class SpellFunctions
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue