diff options
author | Tartalo <none@none> | 2010-04-11 21:24:53 +0200 |
---|---|---|
committer | Tartalo <none@none> | 2010-04-11 21:24:53 +0200 |
commit | 61d448e3c7aab783cc7941cb90c0bc11bbaaa060 (patch) | |
tree | a6c26884c815e6066c17d2eb7fcd1fbc18af5e1a | |
parent | 4485ec2ce0c9e71955ca4925fb015addb371bcdb (diff) |
Fix typo on quest 9544 support. Ty antihrist
--HG--
branch : trunk
-rw-r--r-- | src/scripts/world/go_scripts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/world/go_scripts.cpp b/src/scripts/world/go_scripts.cpp index 539e51c5736..fb7a1866299 100644 --- a/src/scripts/world/go_scripts.cpp +++ b/src/scripts/world/go_scripts.cpp @@ -894,7 +894,7 @@ enum eProphecy bool GOHello_go_stillpine_cage(Player *pPlayer, GameObject *pGO) { Creature *pPrisoner; - if (pPlayer->GetQuestStatus(QUEST_ALLIANCE_YOU_VE_REALLY_DONE_IT_THIS_TIME_KUL) == QUEST_STATUS_INCOMPLETE && + if (pPlayer->GetQuestStatus(QUEST_PROPHECY_OF_AKIDA) == QUEST_STATUS_INCOMPLETE && (pPrisoner = pGO->FindNearestCreature(NPC_STILLPINE_CAPTIVE,1.0f))) { pGO->UseDoorOrButton(); |