Merge branch 'SmartSpell' of github.com:CypherCore/CypherCore

This commit is contained in:
hondacrx
2017-07-27 17:31:41 -04:00
8 changed files with 201 additions and 36 deletions
+7 -2
View File
@@ -195,7 +195,11 @@ namespace Framework.Constants
SceneCancel = 80, // none
SceneComplete = 81, // none
End = 82
//New
SpellEffectHit = 82,
SpellEffectHitTarget = 83,
End = 84
}
public enum SmartActions
@@ -358,7 +362,8 @@ namespace Framework.Constants
LootRecipients = 27, // all players that have tagged this creature (for kill credit)
Farthest = 28, // maxDist, playerOnly, isInLos
VehicleAccessory = 29, // seat number (vehicle can target it's own accessory)
SpellTarget = 30,
End = 30
End = 31
}
}