DB/Creature: Remove currentwaypoint

In two cases added as typo, in other added as 1. Personally I see no reason to hold this column
This commit is contained in:
offl
2020-10-25 01:31:04 +03:00
parent dde9837815
commit ebd9389811

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature` SET `currentwaypoint` = 0 WHERE `currentwaypoint` > 0;