mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
commit
a8d6d8e8fd
1 changed files with 4 additions and 3 deletions
|
@ -561,10 +561,10 @@ namespace Core {
|
||||||
{
|
{
|
||||||
WeaponOverride = -1, // Needs more investigation (takes the damage type of the equipped weapon)?
|
WeaponOverride = -1, // Needs more investigation (takes the damage type of the equipped weapon)?
|
||||||
Unknown_0 = 0,
|
Unknown_0 = 0,
|
||||||
Slashing = 1,
|
Slashing = 1,
|
||||||
Piercing = 2,
|
Piercing = 2,
|
||||||
Blunt = 3,
|
Blunt = 3,
|
||||||
Unknown_4 = 4,
|
Unknown_4 = 4,
|
||||||
Magical = 5,
|
Magical = 5,
|
||||||
Darkness = 6,
|
Darkness = 6,
|
||||||
Unknown_7 = 7,
|
Unknown_7 = 7,
|
||||||
|
@ -765,6 +765,7 @@ namespace Core {
|
||||||
DamageEffect = 0x50,
|
DamageEffect = 0x50,
|
||||||
RaiseAnimation = 0x51,
|
RaiseAnimation = 0x51,
|
||||||
TreasureScreenMsg = 0x57,
|
TreasureScreenMsg = 0x57,
|
||||||
|
SetOwnerId = 0x59,
|
||||||
ItemRepairMsg = 0x5C,
|
ItemRepairMsg = 0x5C,
|
||||||
|
|
||||||
LeveStartAnim = 0x66,
|
LeveStartAnim = 0x66,
|
||||||
|
|
Loading…
Add table
Reference in a new issue