mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
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:
2
sql/updates/world/3.3.5/2020_10_25_01_world.sql
Normal file
2
sql/updates/world/3.3.5/2020_10_25_01_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `creature` SET `currentwaypoint` = 0 WHERE `currentwaypoint` > 0;
|
||||
Reference in New Issue
Block a user