changeset 2477:fd99ee46b301

Fixing missing spell descriptions
author Grumpy7
date Thu, 21 Aug 2014 23:27:15 +0200
parents acac52e9e36a
children e54f5bfe8f1a
files Spells.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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');