diff options
author | Streusel <advance_me@hotmail.de> | 2013-02-21 16:49:52 -0800 |
---|---|---|
committer | Streusel <advance_me@hotmail.de> | 2013-02-21 16:49:52 -0800 |
commit | 6165590a1a68653ad1fa3dd14306a2e64dc9c5c9 (patch) | |
tree | 01c1d41bfbca9964046fb05135bd17105da7f34c /src/map/status.c | |
parent | 803169a68c6b3dcf9d0db07b479d4bad65894603 (diff) | |
parent | 84926b94e869a19f08a7a25df15b4c677316cd32 (diff) | |
download | hercules-6165590a1a68653ad1fa3dd14306a2e64dc9c5c9.tar.gz hercules-6165590a1a68653ad1fa3dd14306a2e64dc9c5c9.tar.bz2 hercules-6165590a1a68653ad1fa3dd14306a2e64dc9c5c9.tar.xz hercules-6165590a1a68653ad1fa3dd14306a2e64dc9c5c9.zip |
Merge branch 'master' of github.com:HerculesWS/Hercules
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 b3cbf27ab..cf2c096c9 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -998,6 +998,7 @@ void initChangeTables(void) { StatusIconChangeTable[SC_HALLUCINATION] = SI_BLANK; /* StatusChangeState (SCS_) NOMOVE */ + StatusChangeStateTable[SC_ANKLE] |= SCS_NOMOVE; StatusChangeStateTable[SC_AUTOCOUNTER] |= SCS_NOMOVE; StatusChangeStateTable[SC_TRICKDEAD] |= SCS_NOMOVE; StatusChangeStateTable[SC_BLADESTOP] |= SCS_NOMOVE; |