Core/Player: Allow companion action buttons to be saved

Port From (https://github.com/TrinityCore/TrinityCore/commit/e15898bf560fc8159777a2a29a29d6a91ffdb590)
This commit is contained in:
hondacrx
2022-09-24 13:36:51 -04:00
parent 44e9ff9793
commit 1bd88829f2
2 changed files with 10 additions and 0 deletions
@@ -330,6 +330,7 @@ namespace Framework.Constants
Dropdown = 0x30,
Macro = 0x40,
CMacro = C | Macro,
Companion = 0x50,
Mount = 0x60,
Item = 0x80
}