refactor(Core/Player): extract methods based on existing categories (#6838)

This commit is contained in:
Francesco Borzì
2021-07-10 12:49:33 +02:00
committed by GitHub
parent 2e829144c3
commit 19869e65ff
8 changed files with 11035 additions and 10923 deletions

View File

@@ -56,4 +56,4 @@ private: // fields
ObjectGuid m_spellCastItem; // applied spell casted by item use
ObjectGuid m_items[TRADE_SLOT_COUNT]; // traded itmes from m_player side including non-traded slot
};
};