diff --git a/zone/questmgr.h b/zone/questmgr.h index 0183a4098..af68dad08 100644 --- a/zone/questmgr.h +++ b/zone/questmgr.h @@ -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 quests_running_;