GetRolls no longer needed, caused seg fault

This commit is contained in:
Vale the Violet Mote 2019-06-01 11:51:07 -04:00 committed by GitHub
parent 528179cb02
commit f6fc8b6555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -463,7 +463,6 @@ class Group
#ifdef ENABLE_PLAYERBOTS #ifdef ENABLE_PLAYERBOTS
ObjectGuid GetTargetIcon(int index) { return m_targetIcons[index]; } ObjectGuid GetTargetIcon(int index) { return m_targetIcons[index]; }
Rolls GetRolls() { return RollId; }
#endif #endif
protected: protected: