Skip to content

Commit

Permalink
Fixed crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent-Michael committed Feb 19, 2017
1 parent 789f741 commit c401434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WowPacketParser/SQL/Builders/AreaTriggers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static string AreaTriggerTemplateData()
[BuilderMethod]
public static string AreaTriggerTemplateVerticesData()
{
if (Storage.AreaTriggerTemplates.IsEmpty())
if (Storage.AreaTriggerTemplatesVertices.IsEmpty())
return string.Empty;

if (!Settings.SQLOutputFlag.HasAnyFlagBit(SQLOutput.areatrigger_template_polygon_vertices))
Expand Down

0 comments on commit c401434

Please sign in to comment.