mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
implement absorbDrown damage properly on items
This commit is contained in:
@@ -671,7 +671,7 @@
|
||||
<movevent event="AddItem" itemid="2151" function="onAddField" />
|
||||
|
||||
<!-- Helmets -->
|
||||
<movevent event="Equip" itemid="5460" slot="head" function="onEquipItem" script="misc/helmet_of_the_deep.lua" />
|
||||
<movevent event="Equip" itemid="5460" slot="head" function="onEquipItem" />
|
||||
<movevent event="DeEquip" itemid="5460" slot="head" function="onDeEquipItem" />
|
||||
|
||||
<!-- Boots -->
|
||||
|
Reference in New Issue
Block a user