diff options
author | epoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-21 09:47:45 +0000 |
---|---|---|
committer | epoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-21 09:47:45 +0000 |
commit | 11e4e27c3c483f6b391fa5263139dceaa881c0c2 (patch) | |
tree | 94b784a434a8142c5070a4984ac42ad422021460 /vcproj-10/char-server_sql.vcxproj | |
parent | 5a735a416f33f355babfc150bcedcc220e684255 (diff) | |
download | hercules-11e4e27c3c483f6b391fa5263139dceaa881c0c2.tar.gz hercules-11e4e27c3c483f6b391fa5263139dceaa881c0c2.tar.bz2 hercules-11e4e27c3c483f6b391fa5263139dceaa881c0c2.tar.xz hercules-11e4e27c3c483f6b391fa5263139dceaa881c0c2.zip |
- Added elemental source files to the appropriate VS2010 filters
- Fixed status point cost not being set to 0 once maximum has been reached
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15903 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-10/char-server_sql.vcxproj')
-rw-r--r-- | vcproj-10/char-server_sql.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcproj-10/char-server_sql.vcxproj b/vcproj-10/char-server_sql.vcxproj index 74c6c835e..a7b57e7aa 100644 --- a/vcproj-10/char-server_sql.vcxproj +++ b/vcproj-10/char-server_sql.vcxproj @@ -154,7 +154,7 @@ <ClInclude Include="..\src\common\utils.h" /> <ClInclude Include="..\src\char\char.h" /> <ClInclude Include="..\src\char\int_auction.h" /> - <ClInclude Include="..\src\char\int_elemental.h" /> + <ClInclude Include="..\src\char\int_elemental.h" /> <ClInclude Include="..\src\char\int_guild.h" /> <ClInclude Include="..\src\char\int_homun.h" /> <ClInclude Include="..\src\char\int_mail.h" /> @@ -188,7 +188,7 @@ <ClCompile Include="..\src\common\utils.c" /> <ClCompile Include="..\src\char\char.c" /> <ClCompile Include="..\src\char\int_auction.c" /> - <ClCompile Include="..\src\char\int_elemental.c" /> + <ClCompile Include="..\src\char\int_elemental.c" /> <ClCompile Include="..\src\char\int_guild.c" /> <ClCompile Include="..\src\char\int_homun.c" /> <ClCompile Include="..\src\char\int_mail.c" /> |