Fixed osetval bug, and quest reward bug --Rumble

This commit is contained in:
Rumble
2010-04-22 01:44:47 +00:00
parent 972f6ce2af
commit 5beadcf43a
7 changed files with 50 additions and 22 deletions

View File

@@ -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));