WIP on auras

Lots to do still

Normal buffing auras currently work for the most part
This commit is contained in:
Michael Cook (mackal)
2017-07-14 02:05:35 -04:00
parent be0374d197
commit 94038ebb75
22 changed files with 692 additions and 4 deletions
+1
View File
@@ -142,6 +142,7 @@ public:
//keeps me from having to keep iterating through the list
//when I want lots of data from the same entry
uint32 GetPlayerIndex(const char *name);
uint32 GetPlayerIndex(Client *c);
//for perl interface
Client *GetClientByIndex(uint16 index);
const char *GetClientNameByIndex(uint8 index);