diff options
| author | Shocker <shocker@freakz.ro> | 2012-05-29 03:56:47 -0700 |
|---|---|---|
| committer | Shocker <shocker@freakz.ro> | 2012-05-29 03:56:47 -0700 |
| commit | fce6ec014d336aaeaf6ffae6f52b4746970ca803 (patch) | |
| tree | 39c2c75a76a82c362a0f36ca113d6e93a2e6510f /src/server/game/Spells | |
| parent | 154a030a68672ab8ec22a78f2a91d63ef3607b32 (diff) | |
| parent | ab77e597b179c864c6c2f992dfd1486245df0090 (diff) | |
Merge pull request #6605 from Vincent-Michael/scale
Core/Misc: Add SetObjectScale function
Diffstat (limited to 'src/server/game/Spells')
| -rwxr-xr-x | src/server/game/Spells/Auras/SpellAuraEffects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuraEffects.cpp b/src/server/game/Spells/Auras/SpellAuraEffects.cpp index 5a29e6b325d..05114c8bc07 100755 --- a/src/server/game/Spells/Auras/SpellAuraEffects.cpp +++ b/src/server/game/Spells/Auras/SpellAuraEffects.cpp @@ -2425,7 +2425,7 @@ void AuraEffect::HandleAuraCloneCaster(AuraApplication const* aurApp, uint8 mode // What must be cloned? at least display and scale target->SetDisplayId(caster->GetDisplayId()); - //target->SetFloatValue(OBJECT_FIELD_SCALE_X, caster->GetFloatValue(OBJECT_FIELD_SCALE_X)); // we need retail info about how scaling is handled (aura maybe?) + //target->SetObjectScale(caster->GetFloatValue(OBJECT_FIELD_SCALE_X)); // we need retail info about how scaling is handled (aura maybe?) target->SetFlag(UNIT_FIELD_FLAGS_2, UNIT_FLAG2_MIRROR_IMAGE); } else |
