ci(build): support Ubuntu 26.04 (#25836)

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
Co-authored-by: sudlud <sudlud@users.noreply.github.com>
This commit is contained in:
Francesco Borzì
2026-07-15 14:21:52 +02:00
committed by GitHub
parent b330948f35
commit a23dd1d385
8 changed files with 45 additions and 46 deletions
+1 -4
View File
@@ -32,9 +32,6 @@ class TestSpellEntryHelper
public:
TestSpellEntryHelper()
{
// Zero initialize all fields
std::memset(&_entry, 0, sizeof(_entry));
// Set safe defaults
_entry.EquippedItemClass = -1;
_entry.SchoolMask = SPELL_SCHOOL_MASK_NORMAL;
@@ -154,7 +151,7 @@ public:
}
private:
SpellEntry _entry;
SpellEntry _entry{};
};
/**