Skip to content

Commit

Permalink
Fixed map-server crashed by Crimson Marker. Thank @raynra
Browse files Browse the repository at this point in the history
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
  • Loading branch information
cydh committed Mar 23, 2015
1 parent d951fab commit 49a0b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/skill.c
Expand Up @@ -10280,7 +10280,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, ui
case RL_C_MARKER:
if (sd) {
// If marked by someone else, failed
if (tsc->data[SC_C_MARKER] && tsc->data[SC_C_MARKER]->val2 != src->id) {
if (tsce && tsce->val2 != src->id) {
clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0);
break;
}
Expand Down

0 comments on commit 49a0b55

Please sign in to comment.