summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-07 02:02:32 +0000
committerDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-07 02:02:32 +0000
commit4e963a22b54ce6c9f1a9c3db58b55c6690c34716 (patch)
treebc4330891a9de8a938e5080192739518181305b1 /db
parent91370409aede963a205b1f9987a3594d6d4e3928 (diff)
downloadhercules-4e963a22b54ce6c9f1a9c3db58b55c6690c34716.tar.gz
hercules-4e963a22b54ce6c9f1a9c3db58b55c6690c34716.tar.bz2
hercules-4e963a22b54ce6c9f1a9c3db58b55c6690c34716.tar.xz
hercules-4e963a22b54ce6c9f1a9c3db58b55c6690c34716.zip
New mapcache system :x
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9971 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r--db/Changelog.txt5
-rw-r--r--db/map_cache.datbin0 -> 1576951 bytes
2 files changed, 4 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt
index 30cf9bad3..a2e396d8d 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -19,7 +19,10 @@
-----
========================
-
+03/08
+ * Added new map_cache.dat containing every map you need at the moment [DracoRPG]
+ - Beware as it was built by a little-endian (i386), for a little-endian!
+ - It will be updated by devs when new maps will be added to eA
03/07
* Updated skills that shouldn't ignore the target's cards: Smoking, Fling,
Zenynage. [Skotlex]
diff --git a/db/map_cache.dat b/db/map_cache.dat
new file mode 100644
index 000000000..34b8942ee
--- /dev/null
+++ b/db/map_cache.dat
Binary files differ