mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 16:28:28 +00:00
Make lua raid GetGroup functions signed
The server code is unsigned for bad reasons :P
This commit is contained in:
+2
-2
@@ -30,8 +30,8 @@ public:
|
||||
void CastGroupSpell(Lua_Mob caster, int spell_id, uint32 group_id);
|
||||
int GroupCount(uint32 group_id);
|
||||
int RaidCount();
|
||||
uint32 GetGroup(const char *c);
|
||||
uint32 GetGroup(Lua_Client c);
|
||||
int GetGroup(const char *c);
|
||||
int GetGroup(Lua_Client c);
|
||||
void SplitExp(uint32 exp, Lua_Mob other);
|
||||
uint32 GetTotalRaidDamage(Lua_Mob other);
|
||||
void SplitMoney(uint32 copper, uint32 silver, uint32 gold, uint32 platinum);
|
||||
|
||||
Reference in New Issue
Block a user