aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-10-25 01:31:04 +0300
committerShauren <shauren.trinity@gmail.com>2022-02-28 23:10:30 +0100
commit32e3d95fffdbb0c0d9cef7a907d46718acd24898 (patch)
tree571f7f47121b0737f51576e9071bb1854a4b59eb
parent550884af687115fb019f645d3526ed3378d3968c (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 (cherry picked from commit ebd938981104e123f10e00bd9bc9e1f9180ebcbb)
-rw-r--r--sql/updates/world/master/2022_02_28_49_world_2020_10_25_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_28_49_world_2020_10_25_01_world.sql b/sql/updates/world/master/2022_02_28_49_world_2020_10_25_01_world.sql
new file mode 100644
index 00000000000..a673075d381
--- /dev/null
+++ b/sql/updates/world/master/2022_02_28_49_world_2020_10_25_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature` SET `currentwaypoint` = 0 WHERE `currentwaypoint` > 0;