Merge pull request #3159 from iguaan/idlenotifier-altar

idlenotifier: add support for gilded altar
This commit is contained in:
Tomas Slusny
2018-05-24 19:38:51 +02:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -181,6 +181,8 @@ public class IdleNotifierPlugin extends Plugin
case HERBLORE_MAKE_TAR:
/* Magic */
case MAGIC_CHARGING_ORBS:
/* Prayer */
case USING_GILDED_ALTAR:
resetTimers();
notifyIdle = true;
break;