Add new command 'npc showloot'.
Port From (https://github.com/TrinityCore/TrinityCore/commit/64d8b183de9c56e1350b7323167b509fe2c43805)
This commit is contained in:
@@ -770,7 +770,7 @@ namespace Framework.Constants
|
||||
CommandGroupAssistant = 862,
|
||||
CommandGroupMaintank = 863,
|
||||
CommandGroupMainassist = 864,
|
||||
CommandNpcShowloot = 865, // Reserved
|
||||
CommandNpcShowloot = 865,
|
||||
CommandListSpawnpoints = 866, // Reserved
|
||||
CommandReloadQuestGreetingLocale = 867, // Reserved
|
||||
CommandModifyPower = 868,
|
||||
|
||||
@@ -349,7 +349,15 @@ namespace Framework.Constants
|
||||
CommandWhisperon = 285,
|
||||
CommandWhisperoff = 286,
|
||||
CommandCreatguidnotfound = 287,
|
||||
// Ticket Strings Need Rewrite // 288-296 Free
|
||||
CommandNotDeadOrNoLoot = 288,
|
||||
CommandNpcShowLootHeader = 289,
|
||||
CommandNpcShowLootLabel = 290,
|
||||
CommandNpcShowLootEntry = 291,
|
||||
CommandNpcShowLootMoney = 292,
|
||||
CommandNpcShowLootLabel2 = 293,
|
||||
CommandNpcShowLootSublabel = 294,
|
||||
CommandNpcShowLootEntry2 = 295,
|
||||
// 296 free
|
||||
|
||||
// End
|
||||
CommandSpawndist = 297,
|
||||
|
||||
Reference in New Issue
Block a user