Remove idle alerts from Lunar Spells shared animation (#5863)

Closes #5571 

Prevents Idle alert notifications being sent for:

- Fertile Soil
- Boost/Stat Potion Share
- NPC Contact
This commit is contained in:
forsco
2018-10-08 00:54:00 +11:00
committed by Tomas Slusny
parent bd8f75cf30
commit 84fe8d8f58
3 changed files with 14 additions and 4 deletions

View File

@@ -44,4 +44,7 @@ public class GraphicID
public static final int STAFF_OF_THE_DEAD = 1228;
public static final int IMBUED_HEART = 1316;
public static final int FLYING_FISH = 1387;
public static final int NPC_CONTACT = 728;
public static final int POT_SHARE = 733;
public static final int BAKE_PIE = 746;
}