From fdade2435546a6804658cf1e2d61865f6df29e0c Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 8 Aug 2009 12:55:51 -0500 Subject: *Fix the quest requirement for DK to leave start zone. By kaell --HG-- branch : trunk --- src/game/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/Player.cpp b/src/game/Player.cpp index a02190d4b69..cdc9a87e1ae 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -1758,7 +1758,7 @@ bool Player::TeleportTo(uint32 mapid, float x, float y, float z, float orientati else { if(getClass() == CLASS_DEATH_KNIGHT && GetMapId() == 609 && !isGameMaster() - && !IsActiveQuest(13188) && !IsActiveQuest(13189)) + && !IsActiveQuest(13165)) return false; // far teleport to another map -- cgit v1.2.3