From 0c09928dd3ea75f7be745da9e87fec0cfb4b87f1 Mon Sep 17 00:00:00 2001 From: aleos89 Date: Fri, 6 May 2016 08:59:23 -0400 Subject: [PATCH] Fixed the Monster Transform status icon (fixes #1215) * Resolved the timer getting removed from the icon on map changes. * The status is not infinite so it should not be sent to the client as infinite. --- src/map/status.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/map/status.c b/src/map/status.c index 131208b930..fe52f958ab 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -1221,7 +1221,6 @@ void initChangeTables(void) StatusDisplayType[SC__MANHOLE] = true; StatusDisplayType[SC_JYUMONJIKIRI] = true; StatusDisplayType[SC_AKAITSUKI] = true; - StatusDisplayType[SC_MONSTER_TRANSFORM] = true; StatusDisplayType[SC_DARKCROW] = true; StatusDisplayType[SC_OFFERTORIUM] = true; StatusDisplayType[SC_TELEKINESIS_INTENSE] = true;