Old school apply poison was allowing multiple poisons at once.

This commit is contained in:
Noudess
2019-10-07 13:16:52 -04:00
parent 2e98de3923
commit c62d9040cb
3 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -2856,7 +2856,7 @@ void Client::Handle_OP_ApplyPoison(const EQApplicationPacket *app)
if (ChanceRoll < (.75 + poison_skill / 1000)) {
ApplyPoisonSuccessResult = 1;
AddProcToWeapon(poison->Proc.Effect, false, (GetDEX() / 100) + 103);
AddProcToWeapon(poison->Proc.Effect, false, (GetDEX() / 100) + 103, POISON_PROC);
}
}
else {