# HG changeset patch
# User Ritor1
# Date 1361010187 -21600
# Node ID 29545d87e11df80675156722bdc237f058b4ff4e
# Parent 07eb7d649bd5050d92df4bb1c127c84a7ebcadb0
m
diff -r 07eb7d649bd5 -r 29545d87e11d MM7.vcxproj.filters
--- a/MM7.vcxproj.filters Sat Feb 16 08:42:58 2013 +0600
+++ b/MM7.vcxproj.filters Sat Feb 16 16:23:07 2013 +0600
@@ -199,6 +199,9 @@
+
+
+
@@ -314,5 +317,9 @@
+
+
+
+
\ No newline at end of file
diff -r 07eb7d649bd5 -r 29545d87e11d Spells.cpp
--- a/Spells.cpp Sat Feb 16 08:42:58 2013 +0600
+++ b/Spells.cpp Sat Feb 16 16:23:07 2013 +0600
@@ -123,7 +123,7 @@
pSpellsTXT_Raw = (char *)pEvents_LOD->LoadRaw("spells.txt", 0);
strtok(pSpellsTXT_Raw, "\r");
strtok(NULL, "\r");
- v14 = 1;
+ //v14 = 1;
for(int i=1; i<100; ++i)
{
test_string=strtok(NULL, "\r")+1;