diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2019-04-30 14:11:56 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-04-30 14:11:56 +0200 |
| commit | ea6213c45874725c3ef4454d705680d562e5fd3e (patch) | |
| tree | 43c350d84a73c09e1bc1be37318b11cdd26636f3 | |
| parent | 14445088ea0b03d556619a9e5cd5f138cca09561 (diff) | |
DB/Quest: Securing the Supply Lines
Closes #23213
| -rw-r--r-- | sql/updates/world/3.3.5/2019_04_30_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_04_30_00_world.sql b/sql/updates/world/3.3.5/2019_04_30_00_world.sql new file mode 100644 index 00000000000..1d7199bbea4 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_04_30_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry` IN (8280); |
