"Class: Warr tank + Druid Balance
CustomClass: Singular
Role: Tank/DPS
Queue Type: 5 man
Party Mode: Leader/follower
Dungeon: Shado-Pan Monastery
Hey Chinajade,
I am not sure if I have to be in the Dungeonbuddy thread or Singular thread and I also DON'T HAVE THE LOG ATM 
But my tank basically likes to get stuck in monastery fighting the feared by many, unkillable and deathly training target mob. Training Target - NPC - World of Warcraft
I am 99% certain that both of my druids are hitting this neutral mob with their starfall and by doing so making the tank believe this mob is a threat.
I'll get a log asap."
Hey Chinajade,
I totally forgot about the logs

and switched to resto because I didn't have time to monitor it.
I can confirm for 99% that starfall is making the leader/tank recognise itself in combat with the training target mob. Starfall hits neutral mobs in his range.
I never encountered it again when switched to resto and it happened the first run in
Shado-Pan Monastery after switching to moonkin.
I added:
The bolded parts
Code:
if (unit.Entry == GrippingHatred && StyxWoW.Me.IsTank())
return true;
[B] if (unit.Entry == TrainingTarget)
return true; [/B]
}
return false;
});
}
Code:
private const uint SlainShadoPanDefender = 58794;
[B] private const uint TrainingTarget = 60162;[/B]
Will this fix it for me?
Oke it seems to have fixed it so far.