diff options
author | gumi <git@gumi.ca> | 2020-07-13 23:25:08 +0000 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-07-13 23:25:08 +0000 |
commit | a9286b913a37d95c15959826a8b9568451140eeb (patch) | |
tree | 08e3976b82ecad8c8835ec5a338fd6547150cc7c | |
parent | b483a1380df50dafb647b0250d2406657a71aa09 (diff) | |
download | plugin-a9286b913a37d95c15959826a8b9568451140eeb.tar.gz plugin-a9286b913a37d95c15959826a8b9568451140eeb.tar.bz2 plugin-a9286b913a37d95c15959826a8b9568451140eeb.tar.xz plugin-a9286b913a37d95c15959826a8b9568451140eeb.zip |
add missing case for CELL_CHKNOSKILL in the getcellp hook
-rw-r--r-- | src/emap/map.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/map.c b/src/emap/map.c index 1c60e8b..34e781a 100644 --- a/src/emap/map.c +++ b/src/emap/map.c @@ -308,6 +308,7 @@ int emap_getcellp_pre(struct map_data **mPtr, case CELL_CHKNOCHAT: case CELL_CHKICEWALL: case CELL_CHKNOICEWALL: + case CELL_CHKNOSKILL: break; } } |