diff options
author | Fate <fate-tmw@googlemail.com> | 2008-11-22 03:45:50 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-11-22 03:45:50 -0700 |
commit | 8cae569d85aba62c966fcb657bac794b2f30b0d2 (patch) | |
tree | 04e42e2a0ddfa0869401c98e672ba347cc91776c /npc/005-3_Snake_pit | |
parent | f2aa58baabb81281323c146d355a1317628afa4f (diff) | |
download | serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.tar.gz serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.tar.bz2 serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.tar.xz serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.zip |
Map name/warp/monster location fixes
Diffstat (limited to 'npc/005-3_Snake_pit')
-rw-r--r-- | npc/005-3_Snake_pit/monsters.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/005-3_Snake_pit/monsters.txt b/npc/005-3_Snake_pit/monsters.txt index 8d88def8..33906d46 100644 --- a/npc/005-3_Snake_pit/monsters.txt +++ b/npc/005-3_Snake_pit/monsters.txt @@ -1,10 +1,10 @@ -// Map: new_22-1 +// Map: 05-3 // This is the Snake Pit, a cave in the Snake Desert. // -new_22-1.gat,0,0,0,0 monster Snake 1010,175,0,0,Mob22::OnSnake +05-3.gat,0,0,0,0 monster Snake 1010,175,0,0,Mob22::OnSnake -new_22-1.gat,0,0,0 script Mob22 -1,{ +05-3.gat,0,0,0 script Mob22 -1,{ OnSnake: set @mobID, 1010; callfunc "MobPoints"; |