Skip to content

Commit

Permalink
Fixed warnings about never assigned values
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Mar 31, 2012
1 parent aab10cb commit 04956cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SpellWork/DBC/Structure.cs
Expand Up @@ -459,8 +459,8 @@ public struct SpellVisualEntry
public struct SpellMissileMotionEntry
{
public uint Id;
private uint _Name;
private uint _Script;
public uint _Name;
public uint _Script;
public uint Flags;
public uint MissileCount;

Expand Down

0 comments on commit 04956cb

Please sign in to comment.