TheGhostGroup / trinitydb

Early Trinitycore Databases Backup from code.google.com/p/trinitydb
0 stars 1 forks source link

Cooking daily quests #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have high cooking skill (not sure about level)
2. Go to The Rokk (npc=24393) or Katherine Lee (npc=28705).

What is the expected output? What do you see instead?
Both of them offers some daily cooking quests. (The Rokk offers quest=11377, 
11379, 11380, 
11381. Katherine Lee offers quest=13100, 13101, 13102, 13103, 13107).
All of the quests are supposed to be available (as long as you not exceed the 
max dailies).
After getting one of the quests, the other ones become unavailable until the 
next day.

What version of TDB? What version of the core (LATEST is NOT acceptable)?
TDB_332.8.26_7332

TrinityCore Rev: 7537 Release Hash: 7a12de4c94b4 (Unix,little-endian) 
(core-daemon) on both 
Mac OS X and Linux.

Original issue reported on code.google.com by e_warn...@mac.com on 23 Mar 2010 at 9:04

GoogleCodeExporter commented 9 years ago
I'm not sure if this is the right way to fix this, but work here in my emulator.

UPDATE world.quest_template SET ExclusiveGroup=0 WHERE title IN ('Convention at 
the Legerdemain', 'Cheese 
for Glowergold', 'Sewer Stew', 'Infused Mushroom Meatloaf', 'Mustard Dogs!');

Original comment by e_warn...@mac.com on 25 Mar 2010 at 6:16