diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-04-12 17:29:47 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-04-13 12:44:13 -0400 |
commit | 24d9a2fbbe05a8b05ea60a4c7c0e4a880e509456 (patch) | |
tree | 4cd3ae953a668bdd90d73fe32f0a19ff439b452a | |
parent | d98a61055b6bbae1bff444d808426b53f1d266f4 (diff) | |
download | hercules-s20170419.tar.gz hercules-s20170419.tar.bz2 hercules-s20170419.tar.xz hercules-s20170419.zip |
fix 1b0d3bd "add getvariableofpc() buildin"s20170419
-rw-r--r-- | src/map/script.c | 1 |
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 '\'': |