mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
Core/Misc: Fixed static analysis issue
CID 1306242: Non-static class member "SpellID" is not initialized in this constructor nor in any functions that it calls
This commit is contained in:
@@ -178,7 +178,7 @@ namespace WorldPackets
|
||||
|
||||
ObjectGuid Target;
|
||||
ObjectGuid Caster;
|
||||
int32 SpellID;
|
||||
int32 SpellID = 0;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user