Skip to content

Commit

Permalink
fix(DB/Gameobject): unlink 'Mighty Blaze' spawns from game events (az…
Browse files Browse the repository at this point in the history
  • Loading branch information
sudlud authored Jun 11, 2024
1 parent 7fe6d2c commit 29e747d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/sql/updates/pending_db_world/rev_1718130548137611500.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- unlink 'Mighty Blaze' spawns from game events
DELETE from `game_event_gameobject` WHERE `guid` IN (31640, 31642, 31643, 31644, 31646, 31647, 31649, 31651, 31652, 31653, 31654, 31655, 31659, 31661, 31667, 31670, 31677, 31678, 31679, 31681, 31682, 31683, 31687, 31690, 31691, 31692, 31696, 31697, 31698, 31701, 31713, 31721, 31762);

0 comments on commit 29e747d

Please sign in to comment.