From c0276a3410b9239c416fd6dc68ddaebcd35c547b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 28 Jun 2025 12:08:41 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): bd0bcaef09a0311e1b9b18a11350b2f63e8cba63 --- .../Spawn_in_Air.sql => db_world/2025_06_28_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/Spawn_in_Air.sql => db_world/2025_06_28_00.sql} (99%) diff --git a/data/sql/updates/pending_db_world/Spawn_in_Air.sql b/data/sql/updates/db_world/2025_06_28_00.sql similarity index 99% rename from data/sql/updates/pending_db_world/Spawn_in_Air.sql rename to data/sql/updates/db_world/2025_06_28_00.sql index c7969c9b2..b49fc2a5f 100644 --- a/data/sql/updates/pending_db_world/Spawn_in_Air.sql +++ b/data/sql/updates/db_world/2025_06_28_00.sql @@ -1,3 +1,4 @@ +-- DB update 2025_06_27_02 -> 2025_06_28_00 -- Remove respawn time for Citizens of Havenshire (Not needed) DELETE FROM `smart_scripts` WHERE (`source_type` = 0) AND (`entryorguid` IN (-128919, -128967, -128918, -128965, -128917, -128964, -128915, -128963, -128962, -128914, -128913, -128961, -128960, -128912, -128911, -128959, -128922, -128979, -128927, -128986, -128928, -128970, -128930, -128966, -128973, -128924, -128976, -128954, -128978, -128929, -128980, -128934, -128981, -128926, -128968, -128920, -128993, -128916, -128991, -128935, -128992, -128948, -128958, -128910)) AND (`id` IN (8));