Browse Source

BETA: Minor visual glitch fix for root effect.

Reported by: MELERIX
Zoey76 12 years ago
parent
commit
785b857f16

+ 1 - 0
L2J_DataPack_BETA/dist/game/data/scripts/handlers/effecthandlers/Root.java

@@ -55,6 +55,7 @@ public class Root extends L2Effect
 		{
 			getEffected().getAI().notifyEvent(CtrlEvent.EVT_THINK);
 		}
+		super.onExit();
 	}
 	
 	@Override