Core/PacketIO: Fixed quest query packet structure

Port From (https://github.com/TrinityCore/TrinityCore/commit/e540d74610e14b8920570e9ece4c2aa47a4be6ed)
This commit is contained in:
hondacrx
2023-05-21 17:04:11 -04:00
parent d16f24d5c0
commit 63b8922a9e
4 changed files with 35 additions and 11 deletions
+13
View File
@@ -43,6 +43,19 @@ namespace Framework.Constants
KillPlayersSameFaction = 0x80
}
public enum QuestCompleteSpellType
{
LegacyBehavior = 0,
Follower = 1,
Tradeskill = 2,
Ability = 3,
Aura = 4,
Spell = 5,
Unlock = 6,
Companion = 7,
Max
}
public struct QuestSlotOffsets
{
public const int Id = 0;