From ddbb6b8403cd66e5473dde11e3fc48cb45508b88 Mon Sep 17 00:00:00 2001 From: collett Date: Mon, 24 Jul 2023 08:25:13 +0900 Subject: [PATCH] fix WHM Divine Benison, Temperance, Assize --- .../action/whm/ActionDivineBenison7432.cpp | 46 ++++ src/world/Action/Action.cpp | 222 +++++++++--------- src/world/Action/ActionLutData.cpp | 11 +- 3 files changed, 164 insertions(+), 115 deletions(-) create mode 100644 src/scripts/action/whm/ActionDivineBenison7432.cpp diff --git a/src/scripts/action/whm/ActionDivineBenison7432.cpp b/src/scripts/action/whm/ActionDivineBenison7432.cpp new file mode 100644 index 00000000..1392ed6f --- /dev/null +++ b/src/scripts/action/whm/ActionDivineBenison7432.cpp @@ -0,0 +1,46 @@ +#include