Florix

Members
  • Content count

    574
  • Joined

  • Last visited

Posts posted by Florix


  1. 3 hours ago, Healdose said:

    moin, gibt es die gilde noch ? spielt ihr auf horde oder alli ?

     

    Nicht wirklich, ist tot.

    Die meisten sind jetzt in <Das Hordnungsamt>, und ob Allianz oder Horde ist egal, da es cross Fraktion Gilden gibt.


  2. Title: Trial of the Crusader: Hides of Legend
    Bugtracker Link:


    Patch Content:

    This is a skinning quest but currently, it can be accepted without having skinning.
    https://www.wowhead.com/quest=40138/trial-of-the-crusader-hides-of-legend
     

    UPDATE `quest_template_addon` SET `RequiredSkillID`='393',`RequiredSkillPoints`='1' WHERE `ID`='40138';

     

    1 person likes this

  3. Title: Grek's Crazy Night
    Bugtracker Link:


    Patch Content:

    Quest https://www.wowhead.com/quest=29582/greks-crazy-night should be turned in by https://www.wowhead.com/npc=54692/artificer-morphalius but can just turned in by https://www.wowhead.com/npc=19606/grek which is not correct. The player have to enter the dungeon to turn it in.

    Checked if the correct NPC also have the questender, yes it does.

     

    DELETE FROM `creature_questender` WHERE `id`='19606' AND `quest`='29582';

     


  4. Title: Everything Will Be Alright
    Bugtracker Link:


    Patch Content:

    Quest https://www.wowhead.com/quest=29595/everything-will-be-alright should be turned in by https://www.wowhead.com/npc=54725/draenei-spirit but can just turned in by https://www.wowhead.com/npc=19698/greatfather-aldrimus which is not correct. The player have to enter the dungeon to turn it in.

    Checked if the correct NPC also have the questender, yes it does.

     

    DELETE FROM `creature_questender` WHERE `id`='19698' AND `quest`='29595';

     


  5. Title: 250.000
    Bugtracker Link:


    Patch Content:

    Looks like, players who've earned https://www.wowhead.com/achievement=5363/250000-honorable-kills , to not get https://www.wowhead.com/title=225/the-bloodthirsty#
    Patch Content:
    https://www.wowhead.com/achievement=5363/250000-honorable-kills
    https://www.wowhead.com/title=225/the-bloodthirsty#

     

    DELETE FROM `achievement_reward` WHERE `ID`='5363';
    INSERT INTO `achievement_reward` (`ID`,`TitleA`,`TitleH`,`ItemID`,`Sender`,`Subject`,`Body`,`MailTemplateID`) VALUES 
    ('5363','225','225','0','0',NULL,NULL,'0');