changed to update

This commit is contained in:
EmosewaMC 2022-03-30 22:14:51 -07:00
parent aed0ecc9fc
commit 9169acad47

View File

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