From eae179a2b611b5026e475ec6b73a3523787dbc9d Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Sat, 7 Apr 2018 22:42:19 -0300
Subject: Try to fix Arnea

---
 npc/003-10/arnea.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'npc/003-10')

diff --git a/npc/003-10/arnea.txt b/npc/003-10/arnea.txt
index 3467a14fa..6d158912e 100644
--- a/npc/003-10/arnea.txt
+++ b/npc/003-10/arnea.txt
@@ -37,7 +37,7 @@ L_NewArena:
     // Register to HTTable $@ARENAS (or override existing entry) your ID and a password
     //.@PASSWORD=(getcharid(0)**1.137);
     .@PASSWORD=(gettime(7)*4)+24+getcharid(0)+getcharid(3);
-    htput($@ARENAS, .@PASSWORD, getcharid(0));
+    htput($@ARENAS, str(.@PASSWORD), getcharid(0));
 
     // XXX - Important Note - XXX
     // map name MUST be only 4 chars long (eg. "abcd") on char instances
@@ -77,7 +77,7 @@ L_JoinArena:
     mesq l("Okay, to join an arena, you need the unique password. Leave blank if you don't know.");
 
     input .@user_password;
-    .@m = htget($@ARENAS, .@user_password, -1);
+    .@m = htget($@ARENAS, str(.@user_password), -1);
     if (.@m > 0) {
         if(has_instance2("003-10@"+.@m)) {
             warp "AREN@"+str(.@m), 31,31;
-- 
cgit v1.2.3-70-g09d2