mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
Compile fix, not tested.
This commit is contained in:
parent
97177cb517
commit
50bed7c7da
2 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue