fix : to .

This commit is contained in:
TenPlus1 2019-01-07 16:29:04 +00:00
parent 0015b01834
commit 980a47bdab
1 changed files with 1 additions and 1 deletions

View File

@ -2921,7 +2921,7 @@ function mob_class:mob_activate(staticdata, def, dtime)
-- run after_activate
if def.after_activate then
def:after_activate(self, staticdata, def, dtime)
def.after_activate(self, staticdata, def, dtime)
end
if use_cmi then