summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-07-13 23:25:08 +0000
committergumi <git@gumi.ca>2020-07-13 23:25:08 +0000
commita9286b913a37d95c15959826a8b9568451140eeb (patch)
tree08e3976b82ecad8c8835ec5a338fd6547150cc7c
parentb483a1380df50dafb647b0250d2406657a71aa09 (diff)
downloadevol-hercules-a9286b913a37d95c15959826a8b9568451140eeb.tar.gz
evol-hercules-a9286b913a37d95c15959826a8b9568451140eeb.tar.bz2
evol-hercules-a9286b913a37d95c15959826a8b9568451140eeb.tar.xz
evol-hercules-a9286b913a37d95c15959826a8b9568451140eeb.zip
add missing case for CELL_CHKNOSKILL in the getcellp hook
-rw-r--r--src/emap/map.c1
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;
}
}