Core/Conditions: Allow battleground maps to use CONDITION_INSTANCE_INFO

Port From (https://github.com/TrinityCore/TrinityCore/commit/f4e4e62aea79ff478dbc0f2bb2c5ab7f412a8a66)
This commit is contained in:
hondacrx
2024-02-02 14:53:57 -05:00
parent d68246c93a
commit 150b978ead
3 changed files with 35 additions and 10 deletions
+3 -2
View File
@@ -119,7 +119,8 @@ namespace Framework.Constants
public enum InstanceInfo
{
Data = 0,
Data64,
BossState
GuidData,
BossState,
Data64
}
}