diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-10-10 17:52:00 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-10-10 17:52:00 +0200 |
commit | ac0d61cf2c23beeadc2821ccd4885e8f60faf2b7 (patch) | |
tree | e3460f261588f25bedda384d4052faf3b8a915ac | |
parent | 3dc25740755e9da5209b082bde3aaf1d314847a9 (diff) |
DB/Conditions: Fix Gossip Text for Frankal Stonebridge & Rutgar Glyphshaper
Closes #20576
-rw-r--r-- | sql/updates/world/3.3.5/2017_10_10_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_10_04_world.sql b/sql/updates/world/3.3.5/2017_10_10_04_world.sql new file mode 100644 index 00000000000..0f4bbf46ee5 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_10_10_04_world.sql @@ -0,0 +1,2 @@ +-- Frankal Stonebridge & Rutgar Glyphshaper +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 14 AND `SourceGroup` IN (6534, 6533); |