Core/Achievements: Defined all modifier tree types and implemented many of them

Port From (https://github.com/TrinityCore/TrinityCore/commit/d0be92ec0ad0334c38b4073a7e24a571982b17da)
This commit is contained in:
hondacrx
2021-06-07 13:13:46 -04:00
parent 9c58042e07
commit 1941148d8f
18 changed files with 1677 additions and 674 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ namespace Game.Garrisons
return _plots.Values;
}
Plot GetPlot(uint garrPlotInstanceId)
public Plot GetPlot(uint garrPlotInstanceId)
{
return _plots.LookupByKey(garrPlotInstanceId);
}