From f4b74f8f1fecc313514375979de627326fc613f6 Mon Sep 17 00:00:00 2001 From: Duarte Duarte Date: Wed, 11 Feb 2015 15:18:28 +0000 Subject: Merge pull request #14106 from Noeliel/3.3.5 Scripts/ScarletEnclave: Add missing WorldObject parameter for Talk() ove... (cherry picked from commit f961c06612540bcdfd4871cb1c1ae60654f1ddb0) --- src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/EasternKingdoms') diff --git a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp index 16167d81f79..ba2f1505127 100644 --- a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp +++ b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp @@ -174,7 +174,7 @@ public: anchor->GetContactPoint(me, anchorX, anchorY, z, 1.0f); playerGUID = target->GetGUID(); - Talk(SAY_EVENT_START); + Talk(SAY_EVENT_START, target); } void UpdateAI(uint32 diff) override -- cgit v1.2.3