adjust "runey" location

This commit is contained in:
2024-02-18 15:56:14 -06:00
parent 1fc9e6251e
commit 664eb04658
+1 -4
View File
@@ -634,10 +634,7 @@ public class WorldServer {
try {
NPC runeMerchant = NPC.createNPC("Runey", 1200, new Vector3fImmutable(88862f, 33f, 44997f), Guild.getGuild(6), ZoneManager.getZoneByUUID(656), (short) 70, null);
runeMerchant.sellPercent = 1000000;
Building SDRhut = BuildingManager.getBuildingFromCache(27979);
runeMerchant.bindLoc = Vector3fImmutable.ZERO;
runeMerchant.building = SDRhut;
NPCManager.slotCharacterInBuilding(runeMerchant);
runeMerchant.setLoc(runeMerchant.bindLoc);
}
catch(Exception e){
Logger.error("FAILED TO ADD RUNE MERCHANT");