Skip to content

Commit

Permalink
Make rogue flame spirit and blackened basilisk share spawns
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Jan 27, 2025
1 parent 782ac19 commit 8e602ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Updates/0543_stonetalon_shared_spawn.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
INSERT INTO creature_spawn_entry(guid,entry) SELECT guid, 4036 FROM creature WHERE id IN(4036,4044); -- rogue flame spirit
INSERT INTO creature_spawn_entry(guid,entry) SELECT guid, 4044 FROM creature WHERE id IN(4036,4044); -- blackened basilisk
UPDATE creature SET id=0 WHERE id IN(4036,4044);

0 comments on commit 8e602ef

Please sign in to comment.