Compile fix, not tested.

This commit is contained in:
tomrus88 2010-03-31 05:58:01 +04:00
parent 97177cb517
commit 50bed7c7da
2 changed files with 8 additions and 8 deletions

View file

@ -616,7 +616,7 @@ uint32 WorldSession::getDialogStatus(Player *pPlayer, Object* questgiver, uint32
result2 = DIALOG_STATUS_AVAILABLE;
}
else
result2 = DIALOG_STATUS_CHAT;
result2 = DIALOG_STATUS_LOW_LEVEL_AVAILABLE;
}
else
result2 = DIALOG_STATUS_UNAVAILABLE;