diff options
| author | Rothend <Rothend@users.noreply.github.com> | 2020-07-01 00:54:54 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-07-01 00:54:54 +0200 |
| commit | c0ff98bdc82418db125b3db73a18412519a3b599 (patch) | |
| tree | 9222780cd3b7887167249d52dedafa95315290a6 | |
| parent | 6f2796f8b674a5031faa9e24c27bf3d61d8f464d (diff) | |
DB/Gossip: Remove deprecated gossip option to recover the Scepter of Celebras
Closes #24850
| -rw-r--r-- | sql/updates/world/3.3.5/2020_06_30_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_06_30_02_world.sql b/sql/updates/world/3.3.5/2020_06_30_02_world.sql new file mode 100644 index 00000000000..16ba10c414e --- /dev/null +++ b/sql/updates/world/3.3.5/2020_06_30_02_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gossip_menu_option` WHERE `MenuID`=5349 AND `OptionID`=0; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=5349 AND `SourceEntry`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=13716 AND `source_type`=0 AND id=22; |
