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)
This commit is contained in:
offl
2022-02-28 23:10:30 +01:00
committed by Shauren
parent 550884af68
commit 32e3d95fff
@@ -0,0 +1,2 @@
--
UPDATE `creature` SET `currentwaypoint` = 0 WHERE `currentwaypoint` > 0;