Moved buff target type calculation to zone

This commit is contained in:
dannuic
2026-04-30 01:01:02 -06:00
parent fd08c242ae
commit c9857202e2
8 changed files with 30 additions and 37 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ public:
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;
void SetRefreshType(std::unique_ptr<EQApplicationPacket>& packet, uint8_t refresh_type) const override;
};
} /*Titanium*/