adjust "runey" location

This commit is contained in:
2024-02-18 15:39:23 -06:00
parent 0eb67c83a3
commit 7eba9501a6
+1 -1
View File
@@ -632,7 +632,7 @@ public class WorldServer {
}
//add extra vendors for lakebane
try {
NPC runeMerchant = NPC.createNPC("Runey", 1200, new Vector3fImmutable(88862f, 33f, -44997f), Guild.getGuild(6), ZoneManager.getZoneByUUID(656), (short) 70, null);
NPC runeMerchant = NPC.createNPC("Runey", 1200, new Vector3fImmutable(88862f, 33f, 44997f), Guild.getGuild(6), ZoneManager.getZoneByUUID(656), (short) 70, null);
runeMerchant.sellPercent = 1000000;
}
catch(Exception e){