Skip to content

Commit

Permalink
[4920] Well Watcher Solanian 15295 & Apothecary Venustus 16464
Browse files Browse the repository at this point in the history
gossip corrected
  • Loading branch information
Grz3s committed Sep 23, 2023
1 parent 4ebb8a3 commit a5e9d28
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Updates/4920_c.15295_16464.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
-- WoTLK DB ONLY
-- data taken from tdb and ajusted to wotlk conditions

-- Well Watcher Solanian 15295
-- gossip corrected
UPDATE gossip_menu SET condition_id = 843 WHERE entry = 6569 AND text_id = 7784;
UPDATE gossip_menu SET condition_id = 820 WHERE entry = 6569 AND text_id = 7791;

-- Apothecary Venustus 16464
-- gossip corrected
UPDATE gossip_menu SET condition_id = 10059 WHERE entry = 7251 AND text_id = 8566;
UPDATE gossip_menu SET condition_id = 10061 WHERE entry = 7251 AND text_id = 8623;
DELETE FROM conditions WHERE condition_entry IN (1504,1505,1506,10059,10060,10061);
INSERT INTO conditions (condition_entry, type, value1, value2, value3, value4, flags, comments) VALUES
(10059,8,9275,0,0,0,0,''),
(10060,-3,10059,0,0,0,0,''),
(10061,-1,10060,842,0,0,0,'');

0 comments on commit a5e9d28

Please sign in to comment.