diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-10-30 01:12:05 +0200 |
|---|---|---|
| committer | SnapperRy <snapperryen@gmail.com> | 2016-10-30 01:12:05 +0200 |
| commit | 812df2f0f08488da254b4aac857e1ffb7ef920a0 (patch) | |
| tree | 64696adcdac8c908704593437c7c826c9d86272d | |
| parent | eac0f9386887912e0ff5a5a5e20faffb5310b281 (diff) | |
DB/Gossip: remove wrong gossip text from Hemet Nesingwary (Nagrand).
This needs some more research. Apparently it should show only for people that completed this quest before TBC came out.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_30_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_30_00_world.sql b/sql/updates/world/3.3.5/2016_10_30_00_world.sql new file mode 100644 index 00000000000..1a9e0188f38 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_30_00_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7579 AND `SourceEntry`=9221; +DELETE FROM `gossip_menu` WHERE `entry`=7579 AND `text_id`=9221; |
