Disarm Support

This commit is contained in:
Trust
2018-07-21 19:16:19 -04:00
parent 96d146f73c
commit 9251e6efd2
7 changed files with 222 additions and 0 deletions
+10
View File
@@ -1783,6 +1783,16 @@ struct CombatAbility_Struct {
uint32 m_skill;
};
// Disarm Struct incoming from Client [Size: 16]
// Haynar - 24 Jan 2011
struct Disarm_Struct
{
uint32 source;
uint32 target;
uint32 skill;
uint32 unknown;
};
//Instill Doubt
struct Instill_Doubt_Struct {
uint8 i_id;