diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-08 22:20:24 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-08 22:20:24 +0200 |
| commit | 8b41754854c978551233584ec3582cc3898d218e (patch) | |
| tree | fdef7b920369dd6aeb67171b429ac917430ce8f4 | |
| parent | 5cdea8b30cda77d6a9d93921b0f667d51ec89c6f (diff) | |
Core: Fix build
| -rw-r--r-- | src/server/scripts/Kalimdor/OnyxiasLair/boss_onyxia.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Kalimdor/OnyxiasLair/boss_onyxia.cpp b/src/server/scripts/Kalimdor/OnyxiasLair/boss_onyxia.cpp index 1a0987625df..3c8e06b59a9 100644 --- a/src/server/scripts/Kalimdor/OnyxiasLair/boss_onyxia.cpp +++ b/src/server/scripts/Kalimdor/OnyxiasLair/boss_onyxia.cpp @@ -393,7 +393,7 @@ public: } if (!me->isMoving()) - if (Creature* trigger = ObjectAccessor::GetCreature(*me, instance->GetData64(DATA_TRIGGER_GUID))) + if (Creature* trigger = ObjectAccessor::GetCreature(*me, triggerGUID)) me->SetFacingToObject(trigger); events.Update(diff); |
