From ebd938981104e123f10e00bd9bc9e1f9180ebcbb Mon Sep 17 00:00:00 2001 From: offl Date: Sun, 25 Oct 2020 01:31:04 +0300 Subject: DB/Creature: Remove currentwaypoint In two cases added as typo, in other added as 1. Personally I see no reason to hold this column --- sql/updates/world/3.3.5/2020_10_25_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_10_25_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2020_10_25_01_world.sql b/sql/updates/world/3.3.5/2020_10_25_01_world.sql new file mode 100644 index 00000000000..a673075d381 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_10_25_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `currentwaypoint` = 0 WHERE `currentwaypoint` > 0; -- cgit v1.2.3