mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Add support for setting cast_time of aura
This commit is contained in:
@@ -133,6 +133,7 @@ struct AuraRecord {
|
||||
int movement;
|
||||
int duration; // seconds some live for 90 mins (normal) others for 2 mins (traps)
|
||||
int icon; // -1 will use the buffs NEW_ICON
|
||||
int cast_time; // seconds some auras recast on a timer, most seem to be every 12 seconds
|
||||
};
|
||||
|
||||
// Actual pet info for a client.
|
||||
|
||||
Reference in New Issue
Block a user