From 9857758fddbfbf6c0f38abef4a6d6e76a38eed71 Mon Sep 17 00:00:00 2001 From: FranciskoKing <99241469+FranciskoKing@users.noreply.github.com> Date: Sun, 19 Nov 2023 21:31:50 -0300 Subject: [PATCH] fix: add death event into white deer (#1845) When killing the white deer creature, it should reappear as an enraged white deer in case of success and in case of failure, a pair of elves, this addition to the event allows the mechanics that had been lost to be reincorporated --- data-otservbr-global/monster/mammals/white_deer.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data-otservbr-global/monster/mammals/white_deer.lua b/data-otservbr-global/monster/mammals/white_deer.lua index 303955ac7e0..f1da3a87352 100644 --- a/data-otservbr-global/monster/mammals/white_deer.lua +++ b/data-otservbr-global/monster/mammals/white_deer.lua @@ -13,6 +13,10 @@ monster.outfit = { lookMount = 0, } +monster.events = { + "WhiteDeerDeath", +} + monster.raceId = 720 monster.Bestiary = { class = "Mammal",