Core/Gossip: Implemented new gossip option type GOSSIP_OPTION_TRANSMOGRIFIER

This commit is contained in:
hondacrx
2018-04-17 17:13:10 -04:00
parent ba4a509758
commit 973f6bbdba
4 changed files with 25 additions and 0 deletions
@@ -39,6 +39,7 @@ namespace Framework.Constants
Unlearnpettalents_Old = 17, // deprecated
Learndualspec = 18, //Unit_Npc_Flag_Trainer (16) (Bonus Option For Trainer)
Outdoorpvp = 19, //Added By Code (Option For Outdoor Pvp Creatures)
Transmogrifier = 20, //UNIT_NPC_FLAG_TRANSMOGRIFIER
Max
}