Bläddra i källkod

Renewal Stealth / Chase Walk (fixes #1826)
* Stopping Stealth aka Chase Walk in renewal now has a cast time

Playtester 8 år sedan
förälder
incheckning
396b5c3215
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      src/map/unit.c

+ 2 - 0
src/map/unit.c

@@ -1758,10 +1758,12 @@ int unit_skilluse_id2(struct block_list *src, int target_id, uint16 skill_id, ui
 		case SA_SPELLBREAKER:
 			combo = 1;
 		break;
+#ifndef RENEWAL_CAST
 		case ST_CHASEWALK:
 			if (sc && sc->data[SC_CHASEWALK])
 				casttime = -1;
 		break;
+#endif
 		case TK_RUN:
 			if (sc && sc->data[SC_RUN])
 				casttime = -1;