initial tie in of makebuffpacket to logic (still need to do buff definition work)

This commit is contained in:
dannuic
2026-04-26 21:42:26 -06:00
parent 301eed2168
commit 05cb1921e8
15 changed files with 261 additions and 275 deletions
+3
View File
@@ -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