diff options
Diffstat (limited to 'npc/arena/guards.txt')
-rw-r--r-- | npc/arena/guards.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/arena/guards.txt b/npc/arena/guards.txt index 563f3949..68229035 100644 --- a/npc/arena/guards.txt +++ b/npc/arena/guards.txt @@ -1,5 +1,5 @@ -new_6-1.gat,77,37,0 script RoyalGuard 125,{
- mes "[Royal Guard]";
+new_6-1.gat,77,37,0 script Tybald 125,{
+ mes "[Tybald the Royal Guard]";
mes "Do you want to go back?";
next;
@@ -15,8 +15,8 @@ L_No: close;
}
-new_6-1.gat,69,37,0 script RoyalGuard 126,{
- mes "[Royal Guard]";
+new_6-1.gat,69,37,0 script Aradin 126,{
+ mes "[Aradin the Royal Guard]";
mes "Don't touch me!";
mes "You won't find it very funny.";
close;
|