Skip to content

Commit

Permalink
Fix a typo in SceneTemplates SQL builder
Browse files Browse the repository at this point in the history
  • Loading branch information
DDuarte committed Feb 19, 2017
1 parent 2a9e0b9 commit f11b11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WowPacketParser/SQL/Builders/Miscellaneous.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public static string SceneTemplates()
if (!Settings.SQLOutputFlag.HasAnyFlagBit(SQLOutput.scene_template))
return string.Empty;

var templateDb = SQLDatabase.Get(Storage.Scenes, Settings.WPPDatabase);
var templateDb = SQLDatabase.Get(Storage.Scenes, Settings.TDBDatabase);

return SQLUtil.Compare(Storage.Scenes, templateDb, StoreNameType.None);
}
Expand Down

0 comments on commit f11b11f

Please sign in to comment.