diff options
author | Killyana <morphone1@gmail.com> | 2020-04-26 22:42:32 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-04-26 22:42:32 +0200 |
commit | 477f1baf9e9d57e3ae29e1631d76d92702083867 (patch) | |
tree | 830d5f371acd05e772ffb9331b97a0689ec58783 | |
parent | 22af72b149a57d922933ccf24a28f8c28d09cc03 (diff) |
DB/Conditions: Remove unneeded conditions for Onyxya Lair Eruption spell
Closes #11877
-rw-r--r-- | sql/updates/world/3.3.5/2020_04_26_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_04_26_02_world.sql b/sql/updates/world/3.3.5/2020_04_26_02_world.sql new file mode 100644 index 00000000000..9c6e21b695d --- /dev/null +++ b/sql/updates/world/3.3.5/2020_04_26_02_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 13 AND `SourceEntry` IN (17731,69294); |