diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-05-26 14:17:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-26 14:17:44 +0200 |
commit | 623180a45af23699bdc8f154dc6c5403b49c3d9a (patch) | |
tree | a2ff443fbc58322d2c4afc195d6ec1f2821c29f0 /sql/updates | |
parent | 9e83caa45d4bc950a310a7f39b669c1de0d3de8a (diff) |
DB/Creature: Remove wrong spawned Raging Owlbeast and Zhevra Runner
closes #27075 by CraftedRO
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/3.3.5/2024_05_26_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_05_26_04_world.sql b/sql/updates/world/3.3.5/2024_05_26_04_world.sql new file mode 100644 index 00000000000..129784fb036 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_05_26_04_world.sql @@ -0,0 +1,3 @@ +-- Remove wrong spawned Raging Owlbeast and Zhevra Runner +DELETE FROM `creature` WHERE `guid` IN (41372,18658) AND `id` IN (7451,3242); +DELETE FROM `spawn_group` WHERE `spawnId` IN (41372,18658); |