Playerbot: fix core-hooks patch for 12.1 CharacterHandler.cpp layout

The 12.1 update added '#include <algorithm>' and '#include "MapManager.h"'
between ItemUpgradeMgr.h and the LoginQueryHolder class, breaking the
patch hunk. Adjust the LoginQueryHolder-removal hunk context/lines.
This commit is contained in:
devbox
2026-08-23 13:27:35 +10:00
parent 0d590f912a
commit c02c982853
@@ -1643,8 +1643,10 @@ index 2788dd41ab..7a9bcea19b 100644
#include "Map.h"
#include "MapUtils.h"
#include "Metric.h"
@@ -75,19 +77,9 @@
@@ -75,21 +77,11 @@
#include "ItemUpgradeMgr.h"
#include <algorithm>
#include "MapManager.h"
//WowCommunity
-class LoginQueryHolder : public CharacterDatabaseQueryHolder