mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 01:01:30 +00:00
[Cleanup] Remove SendAATimer() from zone/entity.h (#3388)
# Notes - This is unused.
This commit is contained in:
parent
8e33755f02
commit
849e7b910d
@ -267,7 +267,6 @@ public:
|
||||
void ClearAreas();
|
||||
void ReloadMerchants();
|
||||
void ProcessProximitySay(const char *message, Client *c, uint8 language = 0);
|
||||
void SendAATimer(uint32 charid,UseAA_Struct* uaa);
|
||||
Doors *FindDoor(uint8 door_id);
|
||||
Object *FindObject(uint32 object_id);
|
||||
Object* FindNearbyObject(float x, float y, float z, float radius);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user