Add SendBeginCast to Lua API

This commit is contained in:
Michael Cook (mackal)
2017-04-08 02:07:08 -04:00
parent b4bab425f5
commit d36f1159fb
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -181,6 +181,7 @@ public:
bool SpellFinished(int spell_id, Lua_Mob target, int slot, int mana_used, uint32 inventory_slot);
bool SpellFinished(int spell_id, Lua_Mob target, int slot, int mana_used, uint32 inventory_slot, int resist_adjust);
bool SpellFinished(int spell_id, Lua_Mob target, int slot, int mana_used, uint32 inventory_slot, int resist_adjust, bool proc);
void SendBeginCast(int spell_id, int cast_time);
void SpellEffect(Lua_Mob caster, int spell_id, double partial);
Lua_Mob GetPet();
Lua_Mob GetOwner();