diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-09 02:27:33 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-09 02:27:33 +0000 |
commit | 9cb21bac409ae46c0f4aa12732579f4f24141278 (patch) | |
tree | 6765e1d816c0637f6176c55c2c17c825fc8b4da7 /vcproj-10/mapcache.vcxproj | |
parent | 9d695a9fec70d038b0edaa8e969e5002e713eb1f (diff) | |
download | hercules-9cb21bac409ae46c0f4aa12732579f4f24141278.tar.gz hercules-9cb21bac409ae46c0f4aa12732579f4f24141278.tar.bz2 hercules-9cb21bac409ae46c0f4aa12732579f4f24141278.tar.xz hercules-9cb21bac409ae46c0f4aa12732579f4f24141278.zip |
Fixed bugreport:6209 / Follow up r16867 : updated mapcache to write onto its proper map_cache.dat depending on the instance's #RENEWAL
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16884 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-10/mapcache.vcxproj')
-rw-r--r-- | vcproj-10/mapcache.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcproj-10/mapcache.vcxproj b/vcproj-10/mapcache.vcxproj index 3f277143f..f2f5fec95 100644 --- a/vcproj-10/mapcache.vcxproj +++ b/vcproj-10/mapcache.vcxproj @@ -143,6 +143,7 @@ <ClInclude Include="..\src\common\strlib.h" /> <ClInclude Include="..\src\common\utils.h" /> <ClInclude Include="..\src\common\winapi.h" /> + <ClInclude Include="..\src\config\renewal.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |