Merge conflict fixes...

This commit is contained in:
Alex 2020-04-06 18:57:13 -04:00
parent f8735cf9ba
commit cbd1f42a08
2 changed files with 2 additions and 1 deletions

View File

@ -3358,7 +3358,7 @@ XS(XS__getcurrencyid) {
dXSTARG;
int RETVAL;
uint32 item_id = (int) SvUV(ST(0));;
uint32 item_id = (int) SvUV(ST(0));
RETVAL = quest_manager.getcurrencyid(item_id);
XSprePUSH;

View File

@ -2986,6 +2986,7 @@ int QuestManager::getcurrencyitemid(int currency_id) {
}
++iter;
}
}
return 0;
}