mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Fixed last minute math change typo.
This commit is contained in:
@@ -2909,7 +2909,7 @@ void Client::Handle_OP_ApplyPoison(const EQApplicationPacket *app)
|
|||||||
// Poisons that don't proc until a level higher than the
|
// Poisons that don't proc until a level higher than the
|
||||||
// rogue simply won't apply at all, no skill check done.
|
// rogue simply won't apply at all, no skill check done.
|
||||||
|
|
||||||
if (ChanceRoll < (.9 + GetLevel()/1000) {
|
if (ChanceRoll < (.9 + GetLevel()/1000)) {
|
||||||
ApplyPoisonSuccessResult = 1;
|
ApplyPoisonSuccessResult = 1;
|
||||||
AddProcToWeapon(poison->Proc.Effect, false,
|
AddProcToWeapon(poison->Proc.Effect, false,
|
||||||
(GetDEX() / 100) + 103);
|
(GetDEX() / 100) + 103);
|
||||||
|
|||||||
Reference in New Issue
Block a user