diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-04-16 11:23:04 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-04-16 11:23:04 -0600 |
commit | e787ebe8a4161af0a70868e8b09a585e1825a0a4 (patch) | |
tree | eed14e703bb2e3ea7786e696cb9659a869dd4c97 /monsters.xml | |
parent | 8b1b0466f588da9839e243386cf085d0d670ef8c (diff) | |
download | clientdata-e787ebe8a4161af0a70868e8b09a585e1825a0a4.tar.gz clientdata-e787ebe8a4161af0a70868e8b09a585e1825a0a4.tar.bz2 clientdata-e787ebe8a4161af0a70868e8b09a585e1825a0a4.tar.xz clientdata-e787ebe8a4161af0a70868e8b09a585e1825a0a4.zip |
Revert "Add the new offset parameter to the monster DB"
This reverts commit 2a08848dbfa26599d2b5a185d1f7d0c2aa4dd764.
That commit isn't needed and causes problems for other things.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml index 843c98db..9aec0d8b 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 offset="1002"> +<monsters> <monster id="0" name="Maggot" targetCursor="small"> <sprite>monsters/monster-maggot.xml</sprite> |