mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +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
|
||||
{
|
||||
if (!events.HasTimeUntilEvent(EVENT_CHECK_CORPOREALITY))
|
||||
if (!_events.HasTimeUntilEvent(EVENT_CHECK_CORPOREALITY))
|
||||
return;
|
||||
|
||||
if (id == DATA_MATERIAL_DAMAGE_TAKEN)
|
||||
|
||||
Reference in New Issue
Block a user