mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 15:36:38 +00:00
Rework OPCombatAbiltiy a bit
This is done to help remove some code duplication in the future
This commit is contained in:
+1
-1
@@ -1290,7 +1290,7 @@ private:
|
||||
void OPGMEndTraining(const EQApplicationPacket *app);
|
||||
void OPGMTrainSkill(const EQApplicationPacket *app);
|
||||
void OPGMSummon(const EQApplicationPacket *app);
|
||||
void OPCombatAbility(const EQApplicationPacket *app);
|
||||
void OPCombatAbility(const CombatAbility_Struct *ca_atk);
|
||||
|
||||
// Bandolier Methods
|
||||
void CreateBandolier(const EQApplicationPacket *app);
|
||||
|
||||
Reference in New Issue
Block a user