Просмотр исходного кода

BETA: Minor typo fix in HTML for Urban Area instance.

Reported by: CostyKiller
Reviewed by: Zoey76
Zoey76 10 лет назад
Родитель
Сommit
5de45e080e

+ 1 - 1
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>

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/instances/HellboundTown.xml → 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" />

+ 1 - 1
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)