mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core/PreparedStatements: Fixed a change I missed in the World prepared statements for waypoints.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user