mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Update lua_general.cpp
This commit is contained in:
parent
eb00667eab
commit
f8735cf9ba
@ -895,7 +895,7 @@ std::string lua_get_class_name(uint8 class_id, uint8 level) {
|
||||
}
|
||||
|
||||
int lua_get_currency_id(uint32 item_id) {
|
||||
return quest_manager.getcurrencyid(item_id)
|
||||
return quest_manager.getcurrencyid(item_id);
|
||||
}
|
||||
|
||||
int lua_get_currency_item_id(int currency_id) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user