diff options
author | Andreas Habel <mail@exceptionfault.de> | 2008-11-05 11:40:43 +0000 |
---|---|---|
committer | Andreas Habel <mail@exceptionfault.de> | 2008-11-05 11:40:43 +0000 |
commit | e09dd779b9409a6511fbd0ab0d9aca5794d753d8 (patch) | |
tree | cc2e018dac1b5e03f1f4bb85523cc83aa9d76655 | |
parent | ff0143c4a2f678555b4e7abf75728f4ca4e36bf9 (diff) | |
download | clientdata-e09dd779b9409a6511fbd0ab0d9aca5794d753d8.tar.gz clientdata-e09dd779b9409a6511fbd0ab0d9aca5794d753d8.tar.bz2 clientdata-e09dd779b9409a6511fbd0ab0d9aca5794d753d8.tar.xz clientdata-e09dd779b9409a6511fbd0ab0d9aca5794d753d8.zip |
Added version information to item database. Gameserver reports its local version to account server during registration and gets notified if the version is up-to-date or outdated to prevent inconsistencies.
-rw-r--r-- | items.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ confused with 'weapon-type'. --> <items> + + <version revision="$Revision$" /> + <!-- Pseudo-item hairstyles. Using negative IDs is just a temporary solution. I would like to use the lower ID numbers when they aren't required for eAthena compatibility anymore. |