mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 11:27:17 +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 UF : public SoD
|
||||
public:
|
||||
UF() = default;
|
||||
~UF() 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