Skip to content

Commit

Permalink
Updated Cursed Circle effect
Browse files Browse the repository at this point in the history
* Should not stack/refresh itself.
  • Loading branch information
aleos89 committed Feb 23, 2016
1 parent 2ad4972 commit 5c3d4e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/map/status.c
Expand Up @@ -8585,6 +8585,7 @@ int status_change_start(struct block_list* src, struct block_list* bl,enum sc_ty
case SC_PYREXIA:
case SC_OBLIVIONCURSE:
case SC_LEECHESEND:
case SC_CURSEDCIRCLE_TARGET:
case SC__ENERVATION:
case SC__GROOMY:
case SC__IGNORANCE:
Expand Down

2 comments on commit 5c3d4e3

@Barigas
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where did you get this info? On officials it can be renewed, so 2 suras can actually hold you in CC endlessly.

@RagnarokNova
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested this on an Aegis leak myself.

Please sign in to comment.