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:
Alethrion
2024-03-03 15:59:42 -05:00
committed by GitHub
parent 016d9806dc
commit b3287c4106

View 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);