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:
parent
016d9806dc
commit
b3287c4106
1 changed files with 3 additions and 0 deletions
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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue