[Memory Leak] Fix leak in Client::RemoveDuplicateLore (#4614)

This commit is contained in:
Chris Miles
2025-01-24 12:22:58 -06:00
committed by GitHub
parent 2926b4df78
commit faa8a492f7
4 changed files with 62 additions and 87 deletions
+1 -1
View File
@@ -1175,7 +1175,7 @@ public:
void Escape(); //keep or quest function
void DisenchantSummonedBags(bool client_update = true);
void RemoveNoRent(bool client_update = true);
void RemoveDuplicateLore(bool client_update = true);
void RemoveDuplicateLore();
void MoveSlotNotAllowed(bool client_update = true);
virtual bool RangedAttack(Mob* other, bool CanDoubleAttack = false);
virtual void ThrowingAttack(Mob* other, bool CanDoubleAttack = false);