mirror of
https://github.com/araxiaonline/Delves.git
synced 2026-06-13 03:42:24 -04:00
1. ChiefRunetusk.lua ✅ Changed from global phases[10] to GUIDLow-safe phases[guid][10] ✅ Added proper phase initialization in OnCombatStart ✅ Added phase cleanup in OnLeaveCombat and OnDeath 2. SouseSanRhazo.lua ✅ Changed from global phases[15] to GUIDLow-safe phases[guid][15] ✅ Added proper phase initialization in OnCombatStart ✅ Added phase cleanup in OnLeaveCombat and OnDeath 3. Xantosh.lua ✅ Changed from global phases[4] to GUIDLow-safe phases[guid][4] ✅ Added proper phase initialization in OnEnterCombat ✅ Added phase cleanup in OnLeaveCombat and OnDied 4. Ghubo.lua ✅ Added missing phase cleanup: phases[creature:GetGUIDLow()] = nil in OnLeaveCombat