Closed Redbot closed 10 months ago
In GitLab by @Knightly1 on Dec 29, 2022, 16:33
approved this merge request
In GitLab by @Knightly1 on Dec 29, 2022, 16:33
mentioned in commit 3e4aa4280cbe954d4a1bce9578839aa5a6f98639
In GitLab by @brainiac on Dec 29, 2022, 17:14
Commented on MQ2AutoForage.cpp line 249
missed one. can just be if (pLocalPlayer)
In GitLab by @brainiac on Dec 29, 2022, 17:14
Commented on MQ2AutoForage.cpp line 294
can just be if (pLocalPlayer)
In GitLab by @brainiac on Dec 29, 2022, 17:15
Commented on MQ2AutoForage.cpp line 299
if (ItemDefinition* pCursor = pCont->GetItemDefinition())
In GitLab by @brainiac on Dec 29, 2022, 17:15
Commented on MQ2AutoForage.cpp line 302
this code doesn't even need szItem in the first place
In GitLab by @brainiac on Dec 29, 2022, 17:16
Commented on MQ2AutoForage.cpp line 132
This variable has no purpose anymore. usages of pChSpawn can simply be replaced with pLocalPlayer.
In GitLab by @Sicprofundus on Dec 29, 2022, 18:23
resolved all threads
In GitLab by @Sicprofundus on Dec 18, 2022, 14:37
Merges deprecations -> master