diff options
Diffstat (limited to 'npc/custom/Lance/Sentry.cpp')
-rw-r--r-- | npc/custom/Lance/Sentry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/Lance/Sentry.cpp b/npc/custom/Lance/Sentry.cpp index f299da93f..9e6eeb4dd 100644 --- a/npc/custom/Lance/Sentry.cpp +++ b/npc/custom/Lance/Sentry.cpp @@ -120,7 +120,7 @@ OnInit: // Customization --------------------------------------------------------------------- - setarray .mob_map$, "prt_fild08.gat", "prt_fild05.gat", "prt_fild06.gat", "prt_gld.gat"; + setarray .mob_map$, "prt_fild08", "prt_fild05", "prt_fild06", "prt_gld"; setarray .mob_x,176,369,29,165; setarray .mob_y,372,201,187,37; set .karma, 5; |