Skip to content

Commit

Permalink
fix(DB/World): Creatures not respawning within pools of their own (az…
Browse files Browse the repository at this point in the history
…erothcore#18464)

* Remove_Yar_From_Pool

* sql

* Fix_File_Type

* Force_Push_Commit

* Add_Other_Pools
  • Loading branch information
Alethrion authored Mar 3, 2024
1 parent 016d980 commit b3287c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/sql/updates/pending_db_world/Fix_Rare_Respawn.sql
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit b3287c4

Please sign in to comment.