ProjectSkyfire / SkyFire.406a

SkyFireEMU is a full featured F/OSS World of Warcraft: Cataclysm emulator written in C++. || Compatible with World of Warcraft client 4.0.6a (Build:13623) || Public DB is located on forum
http://www.projectskyfire.org
GNU General Public License v3.0
343 stars 218 forks source link

Fix all unacceptable Quests #938

Closed Baeumchen closed 10 years ago

Baeumchen commented 10 years ago

This is the actual Error, of why you cannot accept hundreds of Quests. Worldserver.conf overrides function to auto accept Quests, so QuestFlag 8 and SpecialFlag 4 is depraced, since those Flags handle auto accept. Dunno why there where actually 100's of Quests in that Line, but in blizzlike no Quest is auto accepted, as in database wrongly explained. (Should be updated in wiki!)

So this smart Query will override like a few 100 row's, to make Quests blizzlike and acceptable.

Bootz commented 10 years ago

Assigned to AlterEgo, inregards to DB to be checked\merged

Baeumchen commented 10 years ago

I just noticed, that something here has got totally wrong o_o the Pet update is in here also, which it should not be. Please delete this.. I made a seperate Pull Request for Pet System and the sql i got in my head i'd re- pull it, if you want. Sorry, for this issue :s Please look at the Pet Fix Pull Request