forked from MagicBane/Server
combat bug fix
This commit is contained in:
@@ -245,7 +245,7 @@ public abstract class AbstractWorldObject extends AbstractGameObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
JobContainer jc = new JobContainer(ntj);
|
JobContainer jc = new JobContainer(ntj);
|
||||||
Effect eff = new Effect(jc, eb, trains);
|
Effect eff = new Effect(jc, eb, trains,true);
|
||||||
if (isStatic)
|
if (isStatic)
|
||||||
eff.setIsStatic(isStatic);
|
eff.setIsStatic(isStatic);
|
||||||
this.effects.put(name, eff);
|
this.effects.put(name, eff);
|
||||||
|
|||||||
Reference in New Issue
Block a user