diff options
| author | treeston <treeston.mmoc@gmail.com> | 2016-01-18 18:35:20 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-03-22 23:37:02 +0100 |
| commit | 5fb88c71213e0a64ec7e3312fc4460c4cc34abfa (patch) | |
| tree | 750154ab19c9af8e63b8a4ba90df2d000fd13a41 /src/server/scripts/EasternKingdoms/AlteracValley | |
| parent | 8911962c9eaf6cbcb0c21913da72fca24c36fe2f (diff) | |
Merge branch '3.3.5-boundaryagain' into 3.3.5-base (PR #16270)
(cherry picked from commit 1050b68899c661ea09da9e36edb82e8648393673)
Diffstat (limited to 'src/server/scripts/EasternKingdoms/AlteracValley')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp | 2 | ||||
| -rw-r--r-- | src/server/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp b/src/server/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp index 269e115189a..d5ed2421efc 100644 --- a/src/server/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp +++ b/src/server/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp @@ -77,7 +77,7 @@ public: Talk(SAY_RESPAWN); } - bool CheckInRoom() + bool CheckInRoom() override { if (me->GetDistance2d(me->GetHomePosition().GetPositionX(), me->GetHomePosition().GetPositionY()) > 50) { diff --git a/src/server/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp b/src/server/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp index 93583364ef6..238942c15f6 100644 --- a/src/server/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp +++ b/src/server/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp @@ -78,7 +78,7 @@ public: Talk(SAY_BUFF); } - bool CheckInRoom() + bool CheckInRoom() override { if (me->GetDistance2d(me->GetHomePosition().GetPositionX(), me->GetHomePosition().GetPositionY()) > 50) { |
