diff --git a/zone/client.cpp b/zone/client.cpp index bb9380137..d5fcf3b71 100644 --- a/zone/client.cpp +++ b/zone/client.cpp @@ -4760,7 +4760,7 @@ void Client::SummonAndRezzAllCorpses() void Client::SummonAllCorpses(const glm::vec4& position) { auto summonLocation = position; - if(IsOrigin(position) == 0 && position.w == 0.0f) + if(IsOrigin(position) && position.w == 0.0f) summonLocation = GetPosition(); ServerPacket *Pack = new ServerPacket(ServerOP_DepopAllPlayersCorpses, sizeof(ServerDepopAllPlayersCorpses_Struct));