diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-04 22:59:57 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-04 22:59:57 +0000 |
commit | 9c08ebbab7841a2e210613f4e072da4ca48f331b (patch) | |
tree | 8df053e6f0423b5a3e42cdd951dd9171d4ceb7ee /npc/other/pvp.txt | |
parent | a0ce9e7654be46ce432cf4620f366b18220419b3 (diff) | |
download | hercules-9c08ebbab7841a2e210613f4e072da4ca48f331b.tar.gz hercules-9c08ebbab7841a2e210613f4e072da4ca48f331b.tar.bz2 hercules-9c08ebbab7841a2e210613f4e072da4ca48f331b.tar.xz hercules-9c08ebbab7841a2e210613f4e072da4ca48f331b.zip |
Many small scripts fixes - tabs, parenthesis, typo
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9137 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/pvp.txt')
-rw-r--r-- | npc/other/pvp.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/other/pvp.txt b/npc/other/pvp.txt index 9320121d6..538e51063 100644 --- a/npc/other/pvp.txt +++ b/npc/other/pvp.txt @@ -42,7 +42,7 @@ morocc_in.gat,144,138,4 script PvP Narrator#4 84,{ end;
}
// Geffen --------------------------------------
-geffen_in.gat, 67,63,4 script PvP Narrator#5 84,{
+geffen_in.gat,67,63,4 script PvP Narrator#5 84,{
callfunc "F_PvPNarr", "geffen_in.gat", 64, 60;
end;
}
@@ -129,7 +129,7 @@ function script F_PvPNarr { //==========================================================================
// Alberta -----------------------------------
-alberta_in.gat, 26,146,4 script Gate Keeper#1::GateKeep 83,{
+alberta_in.gat,26,146,4 script Gate Keeper#1::GateKeep 83,{
mes "[Gate Keeper]";
mes "Hi. I'm glad to be of service. I will open the PvP fight square for you!";
mes "If you have any questions about the PvP modes or rules, please ask the Narrator.....";
@@ -211,9 +211,9 @@ sF_Move: }
// Geffen --------------------------------------------
-geffen_in.gat, 63,63,4 duplicate(GateKeep) Gate Keeper#2 83
+geffen_in.gat,63,63,4 duplicate(GateKeep) Gate Keeper#2 83
// Morroc----------------------------------------------
-morocc_in.gat, 144,142,4 duplicate(GateKeep) Gate Keeper#3 83
+morocc_in.gat,144,142,4 duplicate(GateKeep) Gate Keeper#3 83
// Payon ----------------------------------------------
payon_in01.gat,175,106,3 duplicate(GateKeep) Gate Keeper#4 83
// Prontera -------------------------------------------
|