From f6fc8b65555153efbe450174b511233406a504a9 Mon Sep 17 00:00:00 2001 From: Vale the Violet Mote Date: Sat, 1 Jun 2019 11:51:07 -0400 Subject: [PATCH] GetRolls no longer needed, caused seg fault --- src/game/WorldHandlers/Group.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/WorldHandlers/Group.h b/src/game/WorldHandlers/Group.h index f0ba5799..0a833105 100644 --- a/src/game/WorldHandlers/Group.h +++ b/src/game/WorldHandlers/Group.h @@ -463,7 +463,6 @@ class Group #ifdef ENABLE_PLAYERBOTS ObjectGuid GetTargetIcon(int index) { return m_targetIcons[index]; } - Rolls GetRolls() { return RollId; } #endif protected: