summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-04-12 17:29:47 -0400
committergumi <mekolat@users.noreply.github.com>2017-04-13 12:44:13 -0400
commit24d9a2fbbe05a8b05ea60a4c7c0e4a880e509456 (patch)
tree4cd3ae953a668bdd90d73fe32f0a19ff439b452a
parentd98a61055b6bbae1bff444d808426b53f1d266f4 (diff)
downloadhercules-24d9a2fbbe05a8b05ea60a4c7c0e4a880e509456.tar.gz
hercules-24d9a2fbbe05a8b05ea60a4c7c0e4a880e509456.tar.bz2
hercules-24d9a2fbbe05a8b05ea60a4c7c0e4a880e509456.tar.xz
hercules-24d9a2fbbe05a8b05ea60a4c7c0e4a880e509456.zip
fix 1b0d3bd "add getvariableofpc() buildin"s20170419
-rw-r--r--src/map/script.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c
index aba84cc47..8604b62f7 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -18176,7 +18176,6 @@ BUILDIN(getvariableofpc)
switch (*name)
{
- case '#':
case '$':
case '.':
case '\'':