Core/Loot: Implemented automatic flagging of tracking quests from loot

Port From (https://github.com/TrinityCore/TrinityCore/commit/d913e38cbab9521c80d826417093d22b2c4a1c1a)
This commit is contained in:
Hondacrx
2025-05-19 18:56:02 -04:00
parent f62d303ec7
commit de59110fe8
7 changed files with 150 additions and 17 deletions
+3 -2
View File
@@ -1509,8 +1509,9 @@ namespace Framework.Constants
public enum LootStoreItemType
{
Item = 0,
Reference = 1,
Item = 0,
Reference = 1,
Currency = 2,
TrackingQuest = 3
}
}