Opening changes

This commit is contained in:
yogurt 2017-10-11 06:42:06 -05:00
parent 92de857cda
commit 460722d3d5
7 changed files with 65 additions and 25 deletions

View file

@ -640,7 +640,8 @@ namespace FFXIVClassic_Map_Server
battleNpc.dropListId = reader.GetUInt32("dropListId");
battleNpc.spellListId = reader.GetUInt32("spellListId");
battleNpc.skillListId = reader.GetUInt32("skillListId");
battleNpc.SetMaxHP(1000);
battleNpc.SetHP(1000);
battleNpc.SetBattleNpcId(reader.GetUInt32("bnpcId"));
battleNpc.CalculateBaseStats();
battleNpc.RecalculateStats();