-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Core/Quest: Inoculation (9303) condition error #20249
Copy link
Copy link
Closed
Description
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:
- Create Draenei
- Add quest 9303
Branch(es):
Master
TC rev. hash/commit:
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');
Reactions are currently unavailable