diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-29 18:04:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-29 18:04:34 +0300 |
commit | eeda67071df6b6a2021292b1aeea4e16903c4007 (patch) | |
tree | a7501538ebbb3a1b42eb7011d364a6a2dc51f280 /src/resources | |
parent | 9823fe67d70f06a759f6c0bb73b4c18cef487fe5 (diff) | |
download | plus-eeda67071df6b6a2021292b1aeea4e16903c4007.tar.gz plus-eeda67071df6b6a2021292b1aeea4e16903c4007.tar.bz2 plus-eeda67071df6b6a2021292b1aeea4e16903c4007.tar.xz plus-eeda67071df6b6a2021292b1aeea4e16903c4007.zip |
Fix wrong macro definition in servercommands.inc for "int" field.
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/servercommands.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/servercommands.inc b/src/resources/servercommands.inc index 0089934e5..01825fda6 100644 --- a/src/resources/servercommands.inc +++ b/src/resources/servercommands.inc @@ -80,7 +80,7 @@ servercommand(zeny) servercommand(str) servercommand(agi) servercommand(vit) -servercommand2(int_, "int") +servercommand2(int_, int) servercommand(dex) servercommand(luk) servercommand(glvl) |