mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-18 10:09:03 +02:00
Fixed osetval bug, and quest reward bug --Rumble
This commit is contained in:
parent
972f6ce2af
commit
5beadcf43a
7 changed files with 50 additions and 22 deletions
|
|
@ -308,7 +308,7 @@ void generic_complete_quest(struct char_data *ch)
|
|||
QST_GOLD(rnum));
|
||||
}
|
||||
if (QST_EXP(rnum)) {
|
||||
gain_exp(ch, QST_GOLD(rnum));
|
||||
gain_exp(ch, QST_EXP(rnum));
|
||||
send_to_char(ch,
|
||||
"You have been awarded %d experience points for your service.\r\n",
|
||||
QST_EXP(rnum));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue