diff options
| author | Retriman <nicolas_katre@hotmail.com> | 2012-10-03 00:12:10 -0400 |
|---|---|---|
| committer | Retriman <nicolas_katre@hotmail.com> | 2012-10-03 00:12:10 -0400 |
| commit | 2840e2ac8ab5182580e4afdeb853c418ac9b7f5a (patch) | |
| tree | 7c7b979cb10dd507fe0788af64ea6823b4e1eab3 /src | |
| parent | f2cb98373b9ae07608bca7925e92977b91695160 (diff) | |
Core/Script: Dungeon Nexus Boss Anomalus
*Fix bug Chaotic Rift's model related in #7946
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/scripts/Northrend/Nexus/Nexus/boss_anomalus.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/server/scripts/Northrend/Nexus/Nexus/boss_anomalus.cpp b/src/server/scripts/Northrend/Nexus/Nexus/boss_anomalus.cpp index 5e6dcbcd66e..af0ca6b3a3f 100644 --- a/src/server/scripts/Northrend/Nexus/Nexus/boss_anomalus.cpp +++ b/src/server/scripts/Northrend/Nexus/Nexus/boss_anomalus.cpp @@ -207,9 +207,7 @@ class mob_chaotic_rift : public CreatureScript { uiChaoticEnergyBurstTimer = 1000; uiSummonCrazedManaWraithTimer = 5000; - //me->SetDisplayId(25206); //For some reason in DB models for ally and horde are different. - //Model for ally (1126) does not show auras. Horde model works perfect. - //Set model to horde number + me->SetDisplayId(me->GetCreatureTemplate()->Modelid2); DoCast(me, SPELL_ARCANEFORM, false); } |
