Finish renaming of script functions for sending items and spells

pull/133/head
David Cernat 8 years ago
parent 33e85c54de
commit 6b14ca0775

@ -27,7 +27,7 @@
{"GetInventoryItemHealth", ItemFunctions::GetInventoryItemHealth},\ {"GetInventoryItemHealth", ItemFunctions::GetInventoryItemHealth},\
\ \
{"SendEquipment", ItemFunctions::SendEquipment},\ {"SendEquipment", ItemFunctions::SendEquipment},\
{"SendInventory", ItemFunctions::SendItems} {"SendItems", ItemFunctions::SendItems}
class ItemFunctions class ItemFunctions
{ {

@ -11,7 +11,7 @@
{"HasSpell", SpellFunctions::HasSpell},\ {"HasSpell", SpellFunctions::HasSpell},\
{"GetSpellId", SpellFunctions::GetSpellId},\ {"GetSpellId", SpellFunctions::GetSpellId},\
\ \
{"SendSpellbook", SpellFunctions::SendSpells} {"SendSpells", SpellFunctions::SendSpells}
class SpellFunctions class SpellFunctions
{ {

Loading…
Cancel
Save