diff options
-rw-r--r-- | src/server/scripts/Events/childrens_week.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/scripts/Events/childrens_week.cpp b/src/server/scripts/Events/childrens_week.cpp index 5c586ab55e8..1f06eb6bb82 100644 --- a/src/server/scripts/Events/childrens_week.cpp +++ b/src/server/scripts/Events/childrens_week.cpp @@ -517,7 +517,7 @@ class npc_high_oracle_soo_roo : public CreatureScript break; case 2: orphan->SetFacingToObject(me); - Talk(TEXT_SOO_ROO_1); + Talk(TEXT_SOO_ROO_1, player); timer = 6000; break; case 3: @@ -865,7 +865,7 @@ class npc_alexstraza_the_lifebinder : public CreatureScript timer = 5000; break; case 4: - Talk(TEXT_ALEXSTRASZA_2); + Talk(TEXT_ALEXSTRASZA_2, orphan); me->SetStandState(UNIT_STAND_STATE_KNEEL); me->SetFacingToObject(orphan); timer = 5000; @@ -900,7 +900,7 @@ class npc_alexstraza_the_lifebinder : public CreatureScript break; case 10: orphan->SetFacingToObject(me); - Talk(TEXT_ALEXSTRASZA_2); + Talk(TEXT_ALEXSTRASZA_2, orphan); timer = 5000; break; case 11: |