mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-04 05:16:21 -04:00
Fixed minor bug in stasis
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import sys
|
||||
|
||||
def setup(core, actor, target, command):
|
||||
core.buffService.addBuffToCreature(actor, 'me_stasis_1', actor)
|
||||
core.buffService.addBuffToCreature(target, 'me_stasis_1', actor)
|
||||
return
|
||||
|
||||
def preRun(core, actor, target, command):
|
||||
|
||||
Reference in New Issue
Block a user