Removed unused uint16 GetMana function call from Server/zone/questmgr.h

This commit is contained in:
dmcintosh-BCT
2022-07-21 17:35:59 -04:00
parent 36da0267b6
commit 1ef51b21fd
-1
View File
@@ -354,7 +354,6 @@ public:
bool createBot(const char *name, const char *lastname, uint8 level, uint16 race, uint8 botclass, uint8 gender);
#endif
inline uint16 GetMana(uint32 spell_id) { return( spells[spell_id].mana); }
private:
std::stack<running_quest> quests_running_;