Misc updates/fixes

This commit is contained in:
hondacrx
2022-01-27 12:36:56 -05:00
parent 169abc1531
commit 6c0e21b4de
36 changed files with 415 additions and 354 deletions
+2 -2
View File
@@ -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+
+2 -1
View File
@@ -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,
+12 -15
View File
@@ -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
+1 -1
View File
@@ -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>