diff options
Diffstat (limited to 'world/map/npc/012-1')
-rw-r--r-- | world/map/npc/012-1/amrak.txt | 2 | ||||
-rw-r--r-- | world/map/npc/012-1/injured-mouboo.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/012-1/amrak.txt b/world/map/npc/012-1/amrak.txt index 74e6cd88..8997631f 100644 --- a/world/map/npc/012-1/amrak.txt +++ b/world/map/npc/012-1/amrak.txt @@ -8,4 +8,4 @@ mes "[Amrak]"; mes "\"Unfortunately, I've had trouble getting up there. The monsters in these caves scare me.\""; close; -}
\ No newline at end of file +} diff --git a/world/map/npc/012-1/injured-mouboo.txt b/world/map/npc/012-1/injured-mouboo.txt index 91042c13..5f629cbe 100644 --- a/world/map/npc/012-1/injured-mouboo.txt +++ b/world/map/npc/012-1/injured-mouboo.txt @@ -217,4 +217,4 @@ S_update_var: (QUEST_MAGIC & ~(@Q_MASK) | (@Q_wr_status << @Q_SHIFT)); return; -}
\ No newline at end of file +} |