Core/PreparedStatements: Fixed a change I missed in the World prepared statements for waypoints.

This commit is contained in:
Subv
2014-07-25 20:18:43 -05:00
parent b5d025938e
commit a03c879565
2 changed files with 2 additions and 2 deletions

View File

@@ -543,7 +543,7 @@ public:
// Check
// Remember: "show" must also be the name of a column!
if ((show != "delay") && (show != "action") && (show != "action_chance")
&& (show != "move_flag") && (show != "del") && (show != "move")
&& (show != "move_type") && (show != "del") && (show != "move")
)
{
return false;