diff options
-rw-r--r-- | npc/005-3_Snake_pit/monsters.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-3_Snake_pit/monsters.txt b/npc/005-3_Snake_pit/monsters.txt index 33906d46..439b6300 100644 --- a/npc/005-3_Snake_pit/monsters.txt +++ b/npc/005-3_Snake_pit/monsters.txt @@ -2,9 +2,9 @@ // This is the Snake Pit, a cave in the Snake Desert. // -05-3.gat,0,0,0,0 monster Snake 1010,175,0,0,Mob22::OnSnake +005-3.gat,0,0,0,0 monster Snake 1010,175,0,0,Mob22::OnSnake -05-3.gat,0,0,0 script Mob22 -1,{ +005-3.gat,0,0,0 script Mob22 -1,{ OnSnake: set @mobID, 1010; callfunc "MobPoints"; |