This commit is contained in:
luis
2026-03-13 21:34:41 -03:00
parent c47ddd83bf
commit 62918918a9
@@ -141,12 +141,6 @@ public:
auto const& plots = garrison->GetPlots();
handler->PSendSysMessage(" Plots: %u", uint32(plots.size()));
auto const& followers = garrison->GetFollowers();
handler->PSendSysMessage(" Followers: %u", uint32(followers.size()));
auto const& missions = garrison->GetMissions();
handler->PSendSysMessage(" Missions: %u", uint32(missions.size()));
}
return true;