[Cleanup] Remove SetGraveyard() from zone.cpp/zone.h (#3354)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-05-17 08:58:02 -04:00
committed by GitHub
parent 076b88be9a
commit 9d6a7ad743
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -2205,11 +2205,6 @@ bool Zone::HasGraveyard() {
return Result;
}
void Zone::SetGraveyard(uint32 zoneid, const glm::vec4& graveyardPosition) {
pgraveyard_zoneid = zoneid;
m_graveyard = graveyardPosition;
}
void Zone::LoadZoneBlockedSpells()
{
if (!blocked_spells) {