Core/PacketIO: Updated packet structures to 9.0.2
Port From (https://github.com/TrinityCore/TrinityCore/commit/96d340f70ccef57fad177a24ca099055d7dce04d)
This commit is contained in:
@@ -53,7 +53,10 @@ namespace Game.Spells
|
||||
Duration = 0x04,
|
||||
Scalable = 0x08,
|
||||
Negative = 0x10,
|
||||
Unk20 = 0x20
|
||||
Unk20 = 0x20,
|
||||
Unk40 = 0x40,
|
||||
Unk80 = 0x80,
|
||||
MawPower = 0x100
|
||||
}
|
||||
|
||||
public class AuraApplication
|
||||
|
||||
Reference in New Issue
Block a user