mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 07:37:05 +00:00
Some update and fix Glyph of the Monkey
This commit is contained in:
parent
baf1e7dfc3
commit
04786e7ee8
4 changed files with 7 additions and 5 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue