Skip to content

Commit

Permalink
Merge pull request #6414 from CatsAndBoats/core-sanction-region-alzadaal
Browse files Browse the repository at this point in the history
Core: Adds missing region to Sanction effect
  • Loading branch information
zach2good authored Nov 8, 2024
2 parents 0dbe900 + a0acd02 commit ce2f580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/map/entities/mobentity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,7 @@ void CMobEntity::DropItems(CCharEntity* PChar)
case REGION_TYPE::MAMOOL_JA_SAVAGE:
case REGION_TYPE::HALVUNG:
case REGION_TYPE::ARRAPAGO:
case REGION_TYPE::ALZADAAL:
effect = 2;
break;

Expand Down

0 comments on commit ce2f580

Please sign in to comment.