Explorar o código

Follow up to eb0a79f
* Fixed Blessing ending Curse before the Curse check.

aleos89 %!s(int64=8) %!d(string=hai) anos
pai
achega
f1af3210d6
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/map/status.c

+ 0 - 1
src/map/status.c

@@ -8731,7 +8731,6 @@ int status_change_start(struct block_list* src, struct block_list* bl,enum sc_ty
 		// !TODO: Blessing and Agi up should do 1 damage against players on Undead Status, even on PvM
 		// !but cannot be plagiarized (this requires aegis investigation on packets and official behavior) [Brainstorm]
 		if ((!undead_flag && status->race != RC_DEMON) || bl->type == BL_PC) {
-			status_change_end(bl, SC_CURSE, INVALID_TIMER);
 			if (sc->data[SC_STONE] && sc->opt1 == OPT1_STONE)
 				status_change_end(bl, SC_STONE, INVALID_TIMER);
 			if (sc->data[SC_CURSE]) {