Send the stun effect that goes around their head

This commit is contained in:
Michael Cook (mackal)
2014-01-28 00:42:48 -05:00
parent 044cf8da1a
commit de55f99174
3 changed files with 17 additions and 0 deletions
+1
View File
@@ -4449,6 +4449,7 @@ void Mob::Stun(int duration)
{
stunned = true;
stunned_timer.Start(duration);
SendStunAppearance();
}
}