diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-09-29 15:19:06 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-09-29 15:19:06 -0600 |
commit | d82d41ed42369b541b77458b9d2440849c0197f6 (patch) | |
tree | b8f61ca352bbf8677a770eaae4b7778a82011ad0 | |
parent | dcffb6516408e9bb99334f32b450f395de407ff9 (diff) | |
download | clientdata-d82d41ed42369b541b77458b9d2440849c0197f6.tar.gz clientdata-d82d41ed42369b541b77458b9d2440849c0197f6.tar.bz2 clientdata-d82d41ed42369b541b77458b9d2440849c0197f6.tar.xz clientdata-d82d41ed42369b541b77458b9d2440849c0197f6.zip |
Fix ID for Poltergeist
-rw-r--r-- | monsters.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml index 3784acdf..32d1bf73 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1129,7 +1129,9 @@ /> </monster> - <monster id="44" name="Poltergeist"> + <!-- Snake lord 44 --> + + <monster id="45" name="Poltergeist"> <sprite>monster-wisp.xml|#77ffdd,77ddff</sprite> <particlefx>graphics/particles/wisp.particle.xml</particlefx> <exp>20</exp> |