Added initial duration to buff tracking and corrected buff removal

This commit is contained in:
dannuic
2026-04-30 00:33:42 -06:00
parent 190af8d3f6
commit c95611e018
12 changed files with 54 additions and 29 deletions
+1
View File
@@ -74,6 +74,7 @@ public:
bool fade) const override;
std::unique_ptr<EQApplicationPacket> RefreshBuffs(EmuOpcode opcode, Mob* mob, bool remove,
bool buff_timers_suspended, const std::vector<uint32_t>& slots) const override;
bool NeedsWearMessage() const override;
void SetRefreshType(std::unique_ptr<EQApplicationPacket>& packet, Mob* source, Client* target) const override;
};