diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-16 13:42:33 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-16 13:42:33 +0000 |
commit | 006239e10f3c6f801fe4cb0a3de00979492a7058 (patch) | |
tree | c375e0695df88321216b1fc2efb7a0d000096a8b /npc/custom/Lance/Sentry.cpp | |
parent | 3a60dd0b55de6c81a3d38d96880031f262e1070c (diff) | |
download | hercules-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.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; |