Skip to content

Commit

Permalink
DB/Creature: Fix a dberror
Browse files Browse the repository at this point in the history
closes TrinityCore#30535 by CraftedRO
  • Loading branch information
Aokromes authored Dec 21, 2024
1 parent 72f1489 commit 7f5790d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/updates/world/3.3.5/2024_12_21_00_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Remove Cursed Darkhound from spawn_group too
DELETE FROM spawn_group WHERE `spawnType`=0 AND `spawnId`=45217;

0 comments on commit 7f5790d

Please sign in to comment.