diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32343.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32343.htm
index e7b0cf308ff363d046dd8ebfe2bcf50d5f0bb628..54907568f6baea402fc36dd13cca6300f2f41160 100644
--- a/L2J_DataPack_BETA/dist/game/data/html/default/32343.htm
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32343.htm
@@ -1,5 +1,5 @@
 <html><body>
 The stone looks like a tombstone placed at the entrance. There is a small hole at the bottom.<br>
-<a action="bypass -h npc_%objectId%_Quest HellboundTown">Insert the key engraved with the image of an evil eye.</a><br>
+<a action="bypass -h npc_%objectId%_Quest UrbanArea">Insert the key engraved with the image of an evil eye.</a><br>
 <a action="bypass -h npc_%objectId%_Quest">Quest.</a>
 </body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/instances/HellboundTown.xml b/L2J_DataPack_BETA/dist/game/data/instances/UrbanArea.xml
similarity index 96%
rename from L2J_DataPack_BETA/dist/game/data/instances/HellboundTown.xml
rename to L2J_DataPack_BETA/dist/game/data/instances/UrbanArea.xml
index 522ef167590c85d97bade67eac9921d53db3af16..0a1658d8cefb67c5c4fbcc1c35e0ddd6c3aa2c66 100644
--- a/L2J_DataPack_BETA/dist/game/data/instances/HellboundTown.xml
+++ b/L2J_DataPack_BETA/dist/game/data/instances/UrbanArea.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<instance name="HellboundTown" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
+<instance name="UrbanArea" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
 	<activityTime val="30" />
 	<allowSummon val="false" />
 	<emptyDestroyTime val="180" />
diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/hellbound/Instances/UrbanArea/UrbanArea.java b/L2J_DataPack_BETA/dist/game/data/scripts/hellbound/Instances/UrbanArea/UrbanArea.java
index 0509d77c79a3e4da70640833709046165fe52f04..39a00b5ca2ed7e60e3c4041529ded2c4763c654c 100644
--- a/L2J_DataPack_BETA/dist/game/data/scripts/hellbound/Instances/UrbanArea/UrbanArea.java
+++ b/L2J_DataPack_BETA/dist/game/data/scripts/hellbound/Instances/UrbanArea/UrbanArea.java
@@ -122,7 +122,7 @@ public final class UrbanArea extends AbstractNpcAI
 			
 			if (htmltext == null)
 			{
-				enterInstance(player, "HellboundTown.xml");
+				enterInstance(player, "UrbanArea.xml");
 			}
 		}
 		else if (npc.getId() == TOMBSTONE)