The-Cataclysm-Preservation-Project / TrinityCore

Archived repository for WoW 4.3.4.15595. The project will be reworked for Cataclysm Classic as an official new branch of TrinityCore at https://github.com/TrinityCore/TrinityCore
GNU General Public License v2.0
239 stars 97 forks source link

DB/QUEST: Charge (14266) - Cannot complete quest #355

Open evilvampire16 opened 2 years ago

evilvampire16 commented 2 years ago

Description:

using Charge spell (100) on Bloodfang Worgens doesn't complete the quest ID 14266 on worgen's starting zone for warriors.

Current behaviour:

Quest doesn't complete after using Charge on Bloodfang Worgens

Expected behaviour:

Quest complete after casting Charge on Bloodfang Worgens

Steps to reproduce the problem:

  1. create a warrior worgen
  2. reach to the quest or add it
  3. see the result

TC rev. hash/commit:

TrinityCore rev. 6645a97434db 2022-05-01 19:07:26 +0200 (master branch) (Win64, RelWithDebInfo, Static) (worldserver-daemon)

TDB version: 434.22011

Operating system: Windows

DELETE FROM `smart_scripts` WHERE `entryorguid`=35118 AND `source_type`=0 AND `id`=5 AND `link`=0;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES (35118, 0, 5, 0, 8, 0, 100, 0, 100, 0, 0, 0, 0, 33, 44175, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On spell Charge (100) hit - Caster: Give kill credit Spell Practice Credit (44175)');
luolingjun commented 2 years ago

tested