Some update and fix Glyph of the Monkey

This commit is contained in:
zamalaev 2013-12-21 20:53:26 +04:00 committed by Antz
parent baf1e7dfc3
commit 04786e7ee8
4 changed files with 7 additions and 5 deletions

View file

@ -4018,6 +4018,9 @@ void Aura::HandleAuraTransform(bool apply, bool Real)
if (Unit* caster = GetCaster())
if (caster->HasAura(52648)) // Glyph of the Penguin
model_id = 26452;
else
if (caster->HasAura(57927)) // Glyph of the Monkey
model_id = 21362;
target->SetDisplayId(model_id);