mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 14:04:41 +02:00
Small fixes
Fix Shoulder Tackle script using Weaponskill function names Change BattleNPC to not use array.Clone on respawn. Move custom StatusEffect ids to 300000+ (will break these statuses until new sql file is pushed)
This commit is contained in:
parent
e1c86a4898
commit
8ba3c195f2
4 changed files with 9 additions and 11 deletions
|
@ -1,11 +1,11 @@
|
|||
require("global");
|
||||
require("ability");
|
||||
|
||||
function onSkillPrepare(caster, target, skill)
|
||||
function onAbilityPrepare(caster, target, ability)
|
||||
return 0;
|
||||
end;
|
||||
|
||||
function onSkillStart(caster, target, skill)
|
||||
function onAbilityStart(caster, target, ability)
|
||||
return 0;
|
||||
end;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue