classicdb / database

Classic DB is a content database for CMaNGOS Classic: world, NPCs, objects, quests and so on.
https://github.com/cmangos/mangos-classic
Other
87 stars 59 forks source link

[Quest] Call of Water #826

Closed Muehe closed 8 years ago

Muehe commented 8 years ago

Four quests with this name (1528, 1529, 2985, 2986), same NextQuestId and NextQuestInChain, last one is missing ExclusiveGroup. Fix:

UPDATE quest_template SET ExclusiveGroup = 1528 WHERE entry = 2986;