Core/Loot: Implemented currency loot
Port From (https://github.com/TrinityCore/TrinityCore/commit/3e28ee080a1cf3c7cd332a8d1e0808505b4ea9d4)
This commit is contained in:
@@ -1454,5 +1454,6 @@ namespace Framework.Constants
|
||||
{
|
||||
Item = 0,
|
||||
Reference = 1,
|
||||
Currency = 2,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -370,7 +370,7 @@ namespace Framework.Constants
|
||||
CommandNpcShowlootLabel2 = 293,
|
||||
CommandNpcShowlootSublabel = 294,
|
||||
CommandNpcShowlootEntry2 = 295,
|
||||
// 296 Free
|
||||
CommandNpcShowLootCurrency = 296,
|
||||
|
||||
// End
|
||||
CommandWanderDistance = 297,
|
||||
|
||||
Reference in New Issue
Block a user