Skip to content

Instantly share code, notes, and snippets.

@residentkrm
Created July 17, 2013 16:20
Show Gist options
  • Save residentkrm/6022114 to your computer and use it in GitHub Desktop.
Save residentkrm/6022114 to your computer and use it in GitHub Desktop.
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 0ba79f1..2633895 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -4309,6 +4309,44 @@ void Aura::HandleAuraTransform(bool apply, bool Real)
//break;
//case 71309: // [DND] Spawn Portal
//break;
+ //Deathbringer Will
+ case 71485: // Ловкость врайкула
+ target->SetDisplayId(38271);
+ break;
+ case 71492: // Скорость врайкула
+ target->SetDisplayId(38271);
+ break;
+ case 71556: // Ловкость врайкула (героик)
+ target->SetDisplayId(38271);
+ break;
+ case 71560: // Скорость врайкула (героик)
+ target->SetDisplayId(38271);
+ break;
+ case 71484: // Сила таунка
+ target->SetDisplayId(38273);
+ break;
+ case 71486: // Мощь таунка
+ target->SetDisplayId(38292);
+ break;
+ case 71558: // Сила таунка (героик)
+ target->SetDisplayId(38273);
+ break;
+ case 71561: // Мощь таунка (героик)
+ target->SetDisplayId(38292);
+ break;
+ case 71557: // Точность железных дворфов
+ target->SetDisplayId(29370);
+ break;
+ case 71486: // Целеустремленность железного дворфа
+ target->SetDisplayId(29370);
+ break;
+ case 71558: // Точность железных дворфов (героик)
+ target->SetDisplayId(29370);
+ break;
+ case 71561: // Целеустремленность железного дворфа (героик)
+ target->SetDisplayId(29370);
+ break;
+ //Deathbringer Will
case 71450: // Crown Parcel Service Uniform
target->SetDisplayId(target->getGender() == GENDER_MALE ? 31002 : 31003);
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment