summaryrefslogtreecommitdiff
path: root/npc/custom/Lance/Sentry.cpp
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-16 13:42:33 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-16 13:42:33 +0000
commit006239e10f3c6f801fe4cb0a3de00979492a7058 (patch)
treec375e0695df88321216b1fc2efb7a0d000096a8b /npc/custom/Lance/Sentry.cpp
parent3a60dd0b55de6c81a3d38d96880031f262e1070c (diff)
downloadhercules-006239e10f3c6f801fe4cb0a3de00979492a7058.tar.gz
hercules-006239e10f3c6f801fe4cb0a3de00979492a7058.tar.bz2
hercules-006239e10f3c6f801fe4cb0a3de00979492a7058.tar.xz
hercules-006239e10f3c6f801fe4cb0a3de00979492a7058.zip
Fixed a missing curly brace and removed some more .gat-s
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10020 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/Lance/Sentry.cpp')
-rw-r--r--npc/custom/Lance/Sentry.cpp2
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;