mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
fix(Scripts/RubySanctum): Halion Corporeality not updating (#24383)
Co-authored-by: victor <vngodoyr@unap.cl>
This commit is contained in:
@@ -598,7 +598,7 @@ public:
|
|||||||
|
|
||||||
void SetData(uint32 id, uint32 value) override
|
void SetData(uint32 id, uint32 value) override
|
||||||
{
|
{
|
||||||
if (!events.HasTimeUntilEvent(EVENT_CHECK_CORPOREALITY))
|
if (!_events.HasTimeUntilEvent(EVENT_CHECK_CORPOREALITY))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (id == DATA_MATERIAL_DAMAGE_TAKEN)
|
if (id == DATA_MATERIAL_DAMAGE_TAKEN)
|
||||||
|
|||||||
Reference in New Issue
Block a user