diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/scripts/Northrend/zone_grizzly_hills.cpp | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/zone_grizzly_hills.cpp b/src/server/scripts/Northrend/zone_grizzly_hills.cpp index 4eafc1cd94e..adade245c2b 100644 --- a/src/server/scripts/Northrend/zone_grizzly_hills.cpp +++ b/src/server/scripts/Northrend/zone_grizzly_hills.cpp @@ -1044,6 +1044,12 @@ public:      {          PrepareAuraScript(spell_z_check_AuraScript); +    public: +        spell_z_check_AuraScript() +        { +            _posZ = 0.0f; +        } +          void HandleEffectApply(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/)          {              _posZ = GetTarget()->GetPositionZ();  | 
