Misc updates/fixes
This commit is contained in:
@@ -789,8 +789,8 @@ namespace Framework.Constants
|
||||
CommandLookupMapId = 875,
|
||||
CommandLookupItemId = 876,
|
||||
CommandLookupQuestId = 877,
|
||||
// 878 previously used, do not reuse
|
||||
CommandDebugPoolstatus = 879,
|
||||
CommandDebugQuestreset = 878,
|
||||
// 879 previously used, do not reuse
|
||||
CommandPdumpCopy = 880,
|
||||
CommandReloadVehicleTemplate = 881,
|
||||
// Custom Permissions 1000+
|
||||
|
||||
@@ -1097,8 +1097,9 @@ namespace Framework.Constants
|
||||
NpcinfoUnitFieldFlags3 = 5085,
|
||||
NpcinfoNpcFlags = 5086,
|
||||
NpcinfoPhaseIds = 5087,
|
||||
Scenario = 5088,
|
||||
|
||||
// Room For More Trinity Strings 5088-6603
|
||||
// Room For More Trinity Strings 5089-6603
|
||||
|
||||
// Level Requirement Notifications
|
||||
SayReq = 6604,
|
||||
|
||||
@@ -61,26 +61,23 @@ namespace Framework.Constants
|
||||
//Spell targets used by SelectSpell
|
||||
public enum SelectTargetType
|
||||
{
|
||||
DontCare = 0, //All target types allowed
|
||||
|
||||
Self, //Only Self casting
|
||||
|
||||
SingleEnemy, //Only Single Enemy
|
||||
AoeEnemy, //Only AoE Enemy
|
||||
AnyEnemy, //AoE or Single Enemy
|
||||
|
||||
SingleFriend, //Only Single Friend
|
||||
AoeFriend, //Only AoE Friend
|
||||
AnyFriend //AoE or Single Friend
|
||||
DontCare = 0, //All target types allowed
|
||||
Self, //Only Self casting
|
||||
SingleEnemy, //Only Single Enemy
|
||||
AoeEnemy, //Only AoE Enemy
|
||||
AnyEnemy, //AoE or Single Enemy
|
||||
SingleFriend, //Only Single Friend
|
||||
AoeFriend, //Only AoE Friend
|
||||
AnyFriend //AoE or Single Friend
|
||||
}
|
||||
|
||||
//Spell Effects used by SelectSpell
|
||||
public enum SelectEffect
|
||||
{
|
||||
DontCare = 0, //All spell effects allowed
|
||||
Damage, //Spell does damage
|
||||
Healing, //Spell does healing
|
||||
Aura //Spell applies an aura
|
||||
DontCare = 0, //All spell effects allowed
|
||||
Damage, //Spell does damage
|
||||
Healing, //Spell does healing
|
||||
Aura //Spell applies an aura
|
||||
}
|
||||
|
||||
public enum SpellCastSource
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Google.Protobuf" Version="4.0.0-rc2" />
|
||||
<PackageReference Include="MySqlConnector" Version="2.1.0" />
|
||||
<PackageReference Include="MySqlConnector" Version="2.1.2" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user