mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Brewfest: Implement quest barking credit awarding
This commit is contained in:
parent
01cabe3452
commit
a2596199c4
3 changed files with 90 additions and 1 deletions
|
|
@ -236,6 +236,11 @@ INSERT INTO scripted_areatrigger VALUES
|
|||
(4800,'at_brewfest_barker'), -- Blix Fixwidget
|
||||
(4820,'at_brewfest_barker'), -- Ipfelkofer Ironkeg
|
||||
(4829,'at_brewfest_barker'); -- Tapper Swindlekeg
|
||||
INSERT INTO scripted_areatrigger VALUES
|
||||
(4801,'at_brewfest_quest_barking'),
|
||||
(4802,'at_brewfest_quest_barking'),
|
||||
(4803,'at_brewfest_quest_barking'),
|
||||
(4804,'at_brewfest_quest_barking');
|
||||
|
||||
/* */
|
||||
/* ZONE */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue