mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
add ion's fix for BattleActionX10Packet crashing client
- add blizzara spell lua
This commit is contained in:
@@ -25,18 +25,7 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai.state
|
||||
// todo: handle raise etc
|
||||
if (tick >= despawnTime)
|
||||
{
|
||||
if (owner.currentSubState == SetActorStatePacket.SUB_STATE_PLAYER)
|
||||
{
|
||||
// todo: mark for zoning and remove after main loop
|
||||
owner.Spawn(Program.Tick);
|
||||
//Server.GetWorldManager().DoZoneChange(((Player)owner), 244, null, 0, 15, -160.048f, 0, -165.737f, 0.0f);
|
||||
}
|
||||
else
|
||||
{
|
||||
owner.ChangeState(SetActorStatePacket.MAIN_STATE_PASSIVE);
|
||||
// todo: fadeout animation and crap
|
||||
//owner.zone.DespawnActor(owner);
|
||||
}
|
||||
owner.Spawn(Program.Tick);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user