diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2013-06-15 12:13:02 -0700 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-15 15:59:42 -0400 |
commit | e274e5d99431df5598d2496bf8d2911c09226672 (patch) | |
tree | 6e9c282130b1b7f32c308c5ef7af3d7c4efacdf4 /src | |
parent | faeb28eaa352c44c7a5ef07ecbe3457d4a205bd3 (diff) | |
download | hercules-e274e5d99431df5598d2496bf8d2911c09226672.tar.gz hercules-e274e5d99431df5598d2496bf8d2911c09226672.tar.bz2 hercules-e274e5d99431df5598d2496bf8d2911c09226672.tar.xz hercules-e274e5d99431df5598d2496bf8d2911c09226672.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')
-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 |