mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 21:58:22 +00:00
initial tie in of makebuffpacket to logic (still need to do buff definition work)
This commit is contained in:
@@ -68,6 +68,9 @@ class SoD : public SoF
|
||||
public:
|
||||
SoD() = default;
|
||||
~SoD() override = default;
|
||||
|
||||
std::unique_ptr<EQApplicationPacket> MakeLegacyBuffsPacket(Mob* mob, bool for_target,
|
||||
bool clear_buffs) const override;
|
||||
};
|
||||
|
||||
} // namespace Buff
|
||||
|
||||
Reference in New Issue
Block a user