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-12 17:52:34 -0400 |
commit | 03f416eda0b0d1aeef03516863e11916e75660cd (patch) | |
tree | 46b975bff8e03da815b5a7ed8ca509ddfc76ae83 /src/map | |
parent | 1ee4274fa962eb55be13ac6bf447c85bd064736e (diff) | |
download | hercules-03f416eda0b0d1aeef03516863e11916e75660cd.tar.gz hercules-03f416eda0b0d1aeef03516863e11916e75660cd.tar.bz2 hercules-03f416eda0b0d1aeef03516863e11916e75660cd.tar.xz hercules-03f416eda0b0d1aeef03516863e11916e75660cd.zip |
fix 1b0d3bd "add getvariableofpc() buildin"
Diffstat (limited to 'src/map')
-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 21dc07c66..1fa8dd1a6 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -18176,7 +18176,6 @@ BUILDIN(getvariableofpc) switch (*name) { - case '#': case '$': case '.': case '\'': |