Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scene_template SQL output #272

Merged
merged 2 commits into from Dec 1, 2016
Merged

Add scene_template SQL output #272

merged 2 commits into from Dec 1, 2016

Conversation

Traesh
Copy link
Contributor

@Traesh Traesh commented Oct 22, 2016

@@ -89,6 +89,9 @@ public static class Storage

public static readonly DataBag<HotfixData> HotfixDatas = new DataBag<HotfixData>(new List<SQLOutput> { SQLOutput.hotfix_data });

// Scenes
public static readonly DataBag<SceneTemplate> Scenes = new DataBag<SceneTemplate>(new List<SQLOutput> { SQLOutput.scene_template });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing call to Storage.ClearContainers()

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

[DBFieldName("SceneId", true)]
public uint? SceneID;

[DBFieldName("Flags")]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix spaces

[DBFieldName("Flags")]
public uint? Flags;

[DBFieldName("ScriptPackageID", true)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and here

@funjoker
Copy link
Member

Merge an i fix the spaces.
Seems like Traesh is kinda inactive atm

@DDuarte DDuarte merged commit fbef939 into TrinityCore:master Dec 1, 2016
@funjoker
Copy link
Member

funjoker commented Dec 2, 2016

what about verified build column?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants