Merge pull request #1266 from EQEmu/bug_fix/init_PhR

Initialize Mob::PhR
This commit is contained in:
Michael Cook (mackal) 2021-02-27 12:29:54 -05:00 committed by GitHub
commit 8de9e86fed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,7 +255,7 @@ Mob::Mob(
INT = in_int;
WIS = in_wis;
CHA = in_cha;
MR = CR = FR = DR = PR = Corrup = 0;
MR = CR = FR = DR = PR = Corrup = PhR = 0;
ExtraHaste = 0;
bEnraged = false;
shield_target = nullptr;