mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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
This commit is contained in:
3
data/sql/updates/pending_db_world/Fix_Rare_Respawn.sql
Normal file
3
data/sql/updates/pending_db_world/Fix_Rare_Respawn.sql
Normal file
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user