summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-29 18:04:34 +0300
committerAndrei Karas <akaras@inbox.ru>2017-07-29 18:04:34 +0300
commiteeda67071df6b6a2021292b1aeea4e16903c4007 (patch)
treea7501538ebbb3a1b42eb7011d364a6a2dc51f280 /src
parent9823fe67d70f06a759f6c0bb73b4c18cef487fe5 (diff)
downloadmv-eeda67071df6b6a2021292b1aeea4e16903c4007.tar.gz
mv-eeda67071df6b6a2021292b1aeea4e16903c4007.tar.bz2
mv-eeda67071df6b6a2021292b1aeea4e16903c4007.tar.xz
mv-eeda67071df6b6a2021292b1aeea4e16903c4007.zip
Fix wrong macro definition in servercommands.inc for "int" field.
Diffstat (limited to 'src')
-rw-r--r--src/resources/servercommands.inc2
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)