Fix mta dragonstone hint arrow not clearing

This commit is contained in:
Shaun Dreclin
2018-08-27 14:00:24 -04:00
committed by ShaunDreclin
parent 796ce39e21
commit 79cda7028d

View File

@@ -80,6 +80,10 @@ public class EnchantmentRoom extends MTARoom
{
client.setHintArrow(nearest);
}
else
{
client.clearHintArrow();
}
}
private WorldPoint findNearestStone()