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/map-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/map-server_sql.vcxproj')
-rw-r--r-- | vcproj-10/map-server_sql.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcproj-10/map-server_sql.vcxproj b/vcproj-10/map-server_sql.vcxproj index 605f03fae..2326f5a6e 100644 --- a/vcproj-10/map-server_sql.vcxproj +++ b/vcproj-10/map-server_sql.vcxproj @@ -164,7 +164,7 @@ <ClInclude Include="..\src\map\clif.h" /> <ClInclude Include="..\src\map\date.h" /> <ClInclude Include="..\src\map\duel.h" /> - <ClInclude Include="..\src\map\elemental.h" /> + <ClInclude Include="..\src\map\elemental.h" /> <ClInclude Include="..\src\map\guild.h" /> <ClInclude Include="..\src\map\intif.h" /> <ClInclude Include="..\src\map\itemdb.h" /> @@ -232,7 +232,7 @@ <ClCompile Include="..\src\map\clif.c" /> <ClCompile Include="..\src\map\date.c" /> <ClCompile Include="..\src\map\duel.c" /> - <ClCompile Include="..\src\map\elemental.c" /> + <ClCompile Include="..\src\map\elemental.c" /> <ClCompile Include="..\src\map\guild.c" /> <ClCompile Include="..\src\map\intif.c" /> <ClCompile Include="..\src\map\itemdb.c" /> |