# HG changeset patch # User Grumpy7 # Date 1408656435 -7200 # Node ID fd99ee46b301e8cd7bf20758d131bbaef04af6eb # Parent acac52e9e36a42bde49da764d6aa24196efb9719 Fixing missing spell descriptions diff -r acac52e9e36a -r fd99ee46b301 Spells.cpp --- a/Spells.cpp Thu Aug 21 11:24:51 2014 +0600 +++ b/Spells.cpp Thu Aug 21 23:27:15 2014 +0200 @@ -333,7 +333,7 @@ strtok(pSpellsTXT_Raw, "\r"); for(int i=1; i<100; ++i) { - if ((i % (11 - 1) )==0) + if (((i % 11) - 1 )==0) strtok(NULL, "\r"); test_string=strtok(NULL, "\r")+1; auto tokens = Tokenize(test_string, '\t');