diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2024-12-21 15:28:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-21 15:28:45 +0100 |
| commit | 7f5790db6701a46b06b2c3319c3776c1fb93e3d5 (patch) | |
| tree | 918734c4fc67ab9ed4fed921f57f157ae6087c41 | |
| parent | 72f148916c1b6cafa7c2f845f37c62711eb2d646 (diff) | |
DB/Creature: Fix a dberror
closes #30535 by CraftedRO
| -rw-r--r-- | sql/updates/world/3.3.5/2024_12_21_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_12_21_00_world.sql b/sql/updates/world/3.3.5/2024_12_21_00_world.sql new file mode 100644 index 00000000000..c87be0ff710 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_12_21_00_world.sql @@ -0,0 +1,2 @@ +-- Remove Cursed Darkhound from spawn_group too +DELETE FROM spawn_group WHERE `spawnType`=0 AND `spawnId`=45217; |
