Updated to 8.2.0.31429 (scripts disabled atm, they still need updated)
Code Port from TrinityCore https://github.com/TrinityCore/TrinityCore Casc from WoW-Tools https://github.com/WoW-Tools/CASCExplorer
This commit is contained in:
@@ -212,13 +212,13 @@ namespace Framework.Constants
|
||||
CommandDebugBg = 304,
|
||||
CommandDebugEntervehicle = 305,
|
||||
CommandDebugGetitemstate = 306,
|
||||
CommandDebugGetitemvalue = 307,
|
||||
CommandDebugGetvalue = 308,
|
||||
CommandDebugGetitemvalue = 307, // DEPRECATED: DON'T REUSE
|
||||
CommandDebugGetvalue = 308, // DEPRECATED: DON'T REUSE
|
||||
CommandDebugHostil = 309,
|
||||
CommandDebugItemexpire = 310,
|
||||
CommandDebugLootrecipient = 311,
|
||||
CommandDebugLos = 312,
|
||||
CommandDebugMod32value = 313,
|
||||
CommandDebugMod32value = 313, // DEPRECATED: DON'T REUSE
|
||||
CommandDebugMoveflags = 314,
|
||||
CommandDebugPlay = 315,
|
||||
CommandDebugPlayCinematic = 316,
|
||||
@@ -237,13 +237,13 @@ namespace Framework.Constants
|
||||
CommandDebugSendSetphaseshift = 329,
|
||||
CommandDebugSendSpellfail = 330,
|
||||
CommandDebugSetaurastate = 331,
|
||||
CommandDebugSetbit = 332,
|
||||
CommandDebugSetitemvalue = 333,
|
||||
CommandDebugSetvalue = 334,
|
||||
CommandDebugSetbit = 332, // DEPRECATED: DON'T REUSE
|
||||
CommandDebugSetitemvalue = 333, // DEPRECATED: DON'T REUSE
|
||||
CommandDebugSetvalue = 334, // DEPRECATED: DON'T REUSE
|
||||
CommandDebugSetvid = 335,
|
||||
CommandDebugSpawnvehicle = 336,
|
||||
CommandDebugThreat = 337,
|
||||
CommandDebugUpdate = 338,
|
||||
CommandDebugUpdate = 338, // DEPRECATED: DON'T REUSE
|
||||
CommandDebugUws = 339,
|
||||
CommandWpgps = 340,
|
||||
CommandDeserter = 341,
|
||||
@@ -451,7 +451,7 @@ namespace Framework.Constants
|
||||
CommandDemorph = 543,
|
||||
CommandModify = 544,
|
||||
CommandModifyArenapoints = 545,
|
||||
CommandModifyBit = 546,
|
||||
CommandModifyBit = 546, // DEPRECATED: DON'T REUSE
|
||||
CommandModifyDrunk = 547,
|
||||
CommandModifyEnergy = 548,
|
||||
CommandModifyFaction = 549,
|
||||
@@ -558,7 +558,7 @@ namespace Framework.Constants
|
||||
CommandReloadSupportSystem = 650,
|
||||
CommandReloadGossipMenu = 651,
|
||||
CommandReloadGossipMenuOption = 652,
|
||||
CommandReloadItemEnchantmentTemplate = 653,
|
||||
CommandReloadItemRandomBonusListTemplate = 653,
|
||||
CommandReloadItemLootTemplate = 654,
|
||||
CommandReloadItemSetNames = 655,
|
||||
CommandReloadLfgDungeonRewards = 656,
|
||||
|
||||
Reference in New Issue
Block a user