diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2013-06-15 12:13:02 -0700 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2013-06-15 12:13:02 -0700 |
commit | 9055b9c84bb915cbf29207484fef80550a88bf74 (patch) | |
tree | 6e9c282130b1b7f32c308c5ef7af3d7c4efacdf4 /src/map/status.c | |
parent | 94358d9f7d44c15be7f90996733e91487f8365a4 (diff) | |
download | hercules-9055b9c84bb915cbf29207484fef80550a88bf74.tar.gz hercules-9055b9c84bb915cbf29207484fef80550a88bf74.tar.bz2 hercules-9055b9c84bb915cbf29207484fef80550a88bf74.tar.xz hercules-9055b9c84bb915cbf29207484fef80550a88bf74.zip |
Fixed Bug#7373
-Transformation scroll can now be seen by other char.
-Follow up 6fd440ea35cf2a084ffa434ee3c8f651b3259c60.
Changed sc_config.txt hex values to integer.
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index 597128b82..992cc0855 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -1023,6 +1023,7 @@ void initChangeTables(void) { StatusDisplayType[SC_BLOOD_SUCKER] = true; StatusDisplayType[SC__SHADOWFORM] = true; StatusDisplayType[SC__MANHOLE] = true; + StatusDisplayType[SC_MONSTER_TRANSFORM] = true; #ifdef RENEWAL_EDP // renewal EDP increases your weapon atk |