Core/Spells: Update spell cast result enums to 9.0.5

Port From (https://github.com/TrinityCore/TrinityCore/commit/df73c9dc272de6650dd1bd970d3f4245b51fe5e0)
This commit is contained in:
hondacrx
2021-04-12 14:13:50 -04:00
parent 084dc44a39
commit 8c5d9f9727
@@ -757,7 +757,9 @@ namespace Framework.Constants
PlayerCondition = 305, PlayerCondition = 305,
NotWhileChromieTimed = 306, NotWhileChromieTimed = 306,
OptionalReagents = 307, OptionalReagents = 307,
Unknown = 308, SpectatorOrCommentator = 308,
SoulbindConduitLearnFailedInvalidCovenant = 309,
Unknown = 310,
// Ok Cast Value - Here In Case A Future Version Removes Success And We Need To Use A Custom Value (Not Sent To Client Either Way) // Ok Cast Value - Here In Case A Future Version Removes Success And We Need To Use A Custom Value (Not Sent To Client Either Way)
SpellCastOk = Success SpellCastOk = Success
@@ -1291,7 +1293,9 @@ namespace Framework.Constants
YouCannotAddThatConduitToForgeOfBonds = 532, // You Cannot Add That Conduit To The Forge Of Bonds. YouCannotAddThatConduitToForgeOfBonds = 532, // You Cannot Add That Conduit To The Forge Of Bonds.
YouCannotSoulshapeDuringLichborne = 533, // You Cannot Soulshape During Lichborne. YouCannotSoulshapeDuringLichborne = 533, // You Cannot Soulshape During Lichborne.
YouCantDoThatWhileCarryingAnAnimacone = 534, // You Can'T Do That While Carrying An Animacone. YouCantDoThatWhileCarryingAnAnimacone = 534, // You Can'T Do That While Carrying An Animacone.
NecessaryConstructNotPresent = 535, // Necessary Construct Not Present. NecessaryConstructNotPresent = 535, // Necessary Construct Not Present
ThatGuestIsAlreadyCoveredInGelatin = 536, // That Guest Is Already Covered In Gelatin.
YouNeedToWaitToUseThisItem = 537, // You Need To Wait To Use This Item.
} }
public enum SpellMissInfo public enum SpellMissInfo