mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 05:16:37 +00:00
AAs should load from character data now, though will be fucked up if you already had stacked aas.
This commit is contained in:
@@ -139,8 +139,4 @@ protected:
|
||||
std::map<pTimerType, PersistentTimer *> _list;
|
||||
};
|
||||
|
||||
//code prettying macros
|
||||
#define AA_Choose3(val, v1, v2, v3) (val==1?v1:(val==2?v2:v3))
|
||||
#define AA_Choose5(val, v1, v2, v3, v4, v5) (val==1?v1:(val==2?v2:(val==3?v3:(val==4?v4:v5))))
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user