UF and ROF2 spawn packet packet for chests now working properly.

This commit is contained in:
Natedog2012
2016-01-28 13:23:58 -08:00
parent 430be0f2b7
commit 3ce3f591a8
5 changed files with 90 additions and 10 deletions
+1 -1
View File
@@ -4638,7 +4638,7 @@ void Client::HandleLDoNOpen(NPC *target)
AddEXP(target->GetLevel()*target->GetLevel()*2625/10, GetLevelCon(target->GetLevel()));
}
}
target->Death(this, 1, SPELL_UNKNOWN, SkillHandtoHand);
target->Death(this, 0, SPELL_UNKNOWN, SkillHandtoHand);
}
}
}