diff options
Diffstat (limited to 'npc/003-10/arnea.txt')
-rw-r--r-- | npc/003-10/arnea.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-10/arnea.txt b/npc/003-10/arnea.txt index 47b83591f..05e1102d3 100644 --- a/npc/003-10/arnea.txt +++ b/npc/003-10/arnea.txt @@ -33,7 +33,8 @@ L_NewArena: l("Give Up"), L_Quit; // Register to HTTable $@ARENAS (or override existing entry) your ID and a password - .@PASSWORD=(getcharid(0)**1.137); + //.@PASSWORD=(getcharid(0)**1.137); + .@PASSWORD=1337+getcharid(0)+getcharid(3); htput($@ARENAS, .@PASSWORD, getcharid(0)); // XXX - Important Note - XXX |