mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-23 21:27:46 +00:00
Fixed crash.
This commit is contained in:
parent
0a94840419
commit
a77d2a9b48
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||||
isStatic = true;
|
isStatic = true;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
charaWork.property[2] = 1;
|
// charaWork.property[2] = 1;
|
||||||
npcWork.hateType = 1;
|
// npcWork.hateType = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (lParams == null)
|
if (lParams == null)
|
||||||
|
|
Loading…
Add table
Reference in a new issue