mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
changed to update
This commit is contained in:
@@ -4167,7 +4167,7 @@ void GameMessages::HandleUpdatePropertyPerformanceCost(RakNet::BitStream* inStre
|
|||||||
updatePerformanceCostQuery->setInt(2, cloneId);
|
updatePerformanceCostQuery->setInt(2, cloneId);
|
||||||
updatePerformanceCostQuery->setInt(3, zoneId);
|
updatePerformanceCostQuery->setInt(3, zoneId);
|
||||||
|
|
||||||
updatePerformanceCostQuery->execute();
|
updatePerformanceCostQuery->executeUpdate();
|
||||||
|
|
||||||
delete updatePerformanceCostQuery;
|
delete updatePerformanceCostQuery;
|
||||||
updatePerformanceCostQuery = nullptr;
|
updatePerformanceCostQuery = nullptr;
|
||||||
|
Reference in New Issue
Block a user