cmangos / issues

This repository is used as a centralized point for all issues regarding CMaNGOS.
180 stars 47 forks source link

Quest Bijou's Belongings [4982/5001] #1270

Closed MantisLord closed 7 years ago

MantisLord commented 7 years ago

Two problems with this quest in current WotLK-DB and TBC-DB:

  1. http://www.wowhead.com/quest=4982 should be Horde only http://www.wowhead.com/quest=5001 should be Alliance only Suggested fix:
    UPDATE quest_template SET RequiredRaces = 690 WHERE entry = 4982;
    UPDATE quest_template SET RequiredRaces = 1101 WHERE entry = 5001; 
  2. Missing some object spawns and pooling added with https://github.com/cmangos/classic-db/commit/6737ca8dfe5d5c7107abfc5113071d994dbdf12b
Grz3s commented 7 years ago

nice :+1: