diff options
author | offl <offl@users.noreply.github.com> | 2020-10-25 01:31:04 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-10-25 01:31:04 +0300 |
commit | ebd938981104e123f10e00bd9bc9e1f9180ebcbb (patch) | |
tree | d9818252906f38e5c6483dc63bf4aafabdc4da2a | |
parent | dde983781565754f58c59224117222f70af471c7 (diff) |
DB/Creature: Remove currentwaypoint
In two cases added as typo, in other added as 1. Personally I see no reason to hold this column
-rw-r--r-- | sql/updates/world/3.3.5/2020_10_25_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |