mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 02:06:50 +00:00
[Charm] Fix to update target windows on charm on/off (#3549)
* [Charm] Fix to update target windows on charm on/off * Removed accidental change * Removed magic # * reformated brace style in function that was modified * Use better names for clear variables * Forgot header with name change * More header name changes
This commit is contained in:
+1
-1
@@ -457,7 +457,7 @@ public:
|
||||
virtual uint32 GetLastBuffSlot(bool disc, bool song);
|
||||
virtual void InitializeBuffSlots() { buffs = nullptr; }
|
||||
virtual void UninitializeBuffSlots() { }
|
||||
EQApplicationPacket *MakeBuffsPacket(bool for_target = true);
|
||||
EQApplicationPacket *MakeBuffsPacket(bool for_target = true, bool clear_buffs = false);
|
||||
void SendBuffsToClient(Client *c);
|
||||
inline Buffs_Struct* GetBuffs() { return buffs; }
|
||||
void DoGravityEffect();
|
||||
|
||||
Reference in New Issue
Block a user