diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-03-12 18:23:01 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-03-12 18:23:01 -0700 |
commit | 2a08848dbfa26599d2b5a185d1f7d0c2aa4dd764 (patch) | |
tree | 1916456d262de7622539c003521a371c88d72ad7 | |
parent | 6f45c65b257a2018c0dd8fb323d69ed09ba2d88b (diff) | |
download | clientdata-2a08848dbfa26599d2b5a185d1f7d0c2aa4dd764.tar.gz clientdata-2a08848dbfa26599d2b5a185d1f7d0c2aa4dd764.tar.bz2 clientdata-2a08848dbfa26599d2b5a185d1f7d0c2aa4dd764.tar.xz clientdata-2a08848dbfa26599d2b5a185d1f7d0c2aa4dd764.zip |
Add the new offset parameter to the monster DB
For compatibility with the next client release.
-rw-r--r-- | monsters.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml index 9aec0d8b..843c98db 100644 --- a/monsters.xml +++ b/monsters.xml @@ -33,7 +33,7 @@ vulnerability<TAG>: Tells the monster specific vulnerability to an element exp<TAG>: Tells how much experience point a monster is giving upon victory. --> -<monsters> +<monsters offset="1002"> <monster id="0" name="Maggot" targetCursor="small"> <sprite>monsters/monster-maggot.xml</sprite> |