Merge pull request #5162 from ShaunDreclin/dragonstone-hint-arrow

Fix mta dragonstone hint arrow not clearing
This commit is contained in:
Tomas Slusny
2018-09-01 12:13:22 +02:00
committed by GitHub

View File

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