mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-16 17:02:28 +00:00
Fix SaveMerchantTemp from error message removal
This commit is contained in:
parent
b800dd04c6
commit
4efa8a18eb
@ -2489,8 +2489,7 @@ void ZoneDatabase::SaveMerchantTemp(uint32 npcid, uint32 slot, uint32 item, uint
|
||||
|
||||
std::string query = StringFormat("REPLACE INTO merchantlist_temp (npcid, slot, itemid, charges) "
|
||||
"VALUES(%d, %d, %d, %d)", npcid, slot, item, charges);
|
||||
auto results = QueryDatabase(query);
|
||||
if (!results.Success())
|
||||
QueryDatabase(query);
|
||||
}
|
||||
|
||||
void ZoneDatabase::DeleteMerchantTemp(uint32 npcid, uint32 slot){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user