mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
fixed death/despawning kinda (need to figure out why hp wont tick down after respawning)
This commit is contained in:
@@ -384,12 +384,6 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai
|
||||
// todo: use tick instead of now?
|
||||
this.startTime = DateTime.Now;
|
||||
this.lastTick = startTime;
|
||||
|
||||
// todo: set the effect name to be called by scripts or just lookup effects in db
|
||||
// name = WorldManager.GetEffectInfo(id).Name;
|
||||
// todo: check if can gain effect
|
||||
// todo: call effect's onGain
|
||||
// todo: broadcast effect gain packet
|
||||
}
|
||||
|
||||
public StatusEffect(Character owner, StatusEffect effect)
|
||||
|
Reference in New Issue
Block a user