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.
This commit is contained in:
aleos89 2016-05-06 08:59:23 -04:00
parent 2b61f45a94
commit 0c09928dd3

View File

@ -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;