diff --git a/data/sql/updates/pending_db_world/netherwebvictim.sql b/data/sql/updates/db_world/2023_06_21_00.sql similarity index 95% rename from data/sql/updates/pending_db_world/netherwebvictim.sql rename to data/sql/updates/db_world/2023_06_21_00.sql index e17c17a9e..5b1b9ebaf 100644 --- a/data/sql/updates/pending_db_world/netherwebvictim.sql +++ b/data/sql/updates/db_world/2023_06_21_00.sql @@ -1,3 +1,4 @@ +-- DB update 2023_06_18_03 -> 2023_06_21_00 DELETE FROM `creature_template_movement` WHERE (`CreatureId` = 22355); INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES (22355, 1, 0, 0, 1, 0, 0, 0);