mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
[Cleanup] Cleanup classes.cpp/classes.h (#3752)
* [Cleanup] Cleanup classes.cpp/classes.h # Notes - Remove unused methods and cleanup logic. * Update classes.cpp * Final push.
This commit is contained in:
@@ -46,7 +46,7 @@ void command_scribespell(Client *c, const Seperator *sep)
|
||||
);
|
||||
|
||||
if (
|
||||
spells[spell_id].classes[WARRIOR] != 0 &&
|
||||
spells[spell_id].classes[Class::Warrior] != 0 &&
|
||||
spells[spell_id].skill != EQ::skills::SkillTigerClaw &&
|
||||
spells[spell_id].classes[t->GetPP().class_ - 1] > 0 &&
|
||||
!IsDiscipline(spell_id)
|
||||
|
||||
Reference in New Issue
Block a user