From b3287c41066429be726f7725e8481ee6aadaa3f8 Mon Sep 17 00:00:00 2001 From: Alethrion <54462221+Alethrion@users.noreply.github.com> Date: Sun, 3 Mar 2024 15:59:42 -0500 Subject: [PATCH] fix(DB/World): Creatures not respawning within pools of their own (#18464) * Remove_Yar_From_Pool * sql * Fix_File_Type * Force_Push_Commit * Add_Other_Pools --- data/sql/updates/pending_db_world/Fix_Rare_Respawn.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/Fix_Rare_Respawn.sql diff --git a/data/sql/updates/pending_db_world/Fix_Rare_Respawn.sql b/data/sql/updates/pending_db_world/Fix_Rare_Respawn.sql new file mode 100644 index 000000000..fb166fa5f --- /dev/null +++ b/data/sql/updates/pending_db_world/Fix_Rare_Respawn.sql @@ -0,0 +1,3 @@ +DELETE FROM `pool_creature` WHERE `guid` in (151928,48204,134380,151938,151942); +DELETE FROM `pool_template` WHERE `entry` in (1084,1028,1042,1087,1089); +