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

TBC quest category "Battleground" (-25) did not exist in Classic #886

Closed Neotmiren closed 8 years ago

Neotmiren commented 8 years ago

allakhazam shows Ironforge/Orgrimmar categories instead

UPDATE quest_template SET ZoneOrSort=1537 WHERE entry IN (8371,8385) AND ZoneOrSort=-25; -- Category: Ironforge
UPDATE quest_template SET ZoneOrSort=1637 WHERE entry IN (8367,8388) AND ZoneOrSort=-25; -- Category: Orgrimmar
Phatcat commented 8 years ago

Shouldn't the quests be associated with the zones they belong to; in the case of vanilla: WSG, ZB or AV, depending on the quest content?

What quests exactly are these if you happened to look them up?

dagochen commented 8 years ago

These are the quests where you have to collect 3 marks of each battleground.

Phatcat commented 8 years ago

Alright, in that case if/org makes sense

Tobschinski commented 8 years ago

https://github.com/classicdb/database/commit/4c3a3e50f71f8f16be1ad9fe53a3e9c475a7dc27