Skip to content

Core/Quest: Inoculation (9303) condition error #20249

@HannibalRoG

Description

@HannibalRoG

Description:

The quest Inoculation in the starting zone of Draenei has an error in condition table.

Current behaviour:

Quest can not complete because CONDITION_SOURCE_TYPE_SPELL its not used by spell 29528 "Inoculate Nestlewood Owlkin"

Expected behaviour:

Complete quest when cast spell "Inoculate Nestlewood Owlkin"

Steps to reproduce the problem:

  1. Create Draenei
  2. Add quest 9303

Branch(es):

Master

TC rev. hash/commit:

30ff262

TDB version: 7.2.0+updates

Operating system: CHANGEME OS

Fix proposed:

`UPDATE` `conditions` SET `SourceTypeOrReferenceId`='13', `SourceGroup`='1', `SourceEntry`='29528', `SourceId`='0', `ElseGroup`='0', `ConditionTypeOrReference`='31', `ConditionTarget`='0', `ConditionValue1`='3', `ConditionValue2`='16518', `ConditionValue3`='0', `NegativeCondition`='0', `ErrorType`='0', `ErrorTextId`='0', `ScriptName`='', `Comment`=NULL WHERE (`SourceTypeOrReferenceId`='13') AND (`SourceGroup`='1') AND (`SourceEntry`='29528') AND (`SourceId`='0') AND (`ElseGroup`='0') AND (`ConditionTypeOrReference`='31') AND (`ConditionTarget`='0') AND (`ConditionValue1`='3') AND (`ConditionValue2`='16518') AND (`ConditionValue3`='0');

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions