mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-08-05 01:01:34 +02:00
Opening changes
This commit is contained in:
parent
92de857cda
commit
460722d3d5
7 changed files with 65 additions and 25 deletions
|
@ -603,7 +603,6 @@ namespace FFXIVClassic_Map_Server.Actors
|
|||
{
|
||||
if (GetMod((uint)Modifier.Hp) != 0)
|
||||
{
|
||||
|
||||
}
|
||||
// todo: recalculate stats and crap
|
||||
updateFlags |= ActorUpdateFlags.HpTpMp;
|
||||
|
|
|
@ -82,7 +82,7 @@ namespace FFXIVClassic_Map_Server.Actors
|
|||
|
||||
//charaWork.property[2] = 1;
|
||||
//npcWork.hateType = 1;
|
||||
|
||||
|
||||
this.hateContainer = new HateContainer(this);
|
||||
this.allegiance = CharacterTargetingAllegiance.BattleNpcs;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue