forked from cmangos/wotlk-db
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[4920] Well Watcher Solanian 15295 & Apothecary Venustus 16464
gossip corrected
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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,''); |