TrinityCore / TrinityCore

TrinityCore Open Source MMO Framework (master = 11.0.5.57388, 3.3.5 = 3.3.5a.12340, cata classic = 4.4.1.57294)
http://www.trinitycore.org
GNU General Public License v2.0
9.62k stars 6.06k forks source link

Hallow's End: Katrina Shimmerstar #22666

Closed TheWinchesters closed 6 years ago

TheWinchesters commented 6 years ago

Description: Katrina Shimmerstar (https://www.wowhead.com/npc=15353/katrina-shimmerstar) is the alliance Hallow's End Treats vendor.

Current behaviour: She is missing in the event. Looks like she is not in the game_event_creature table. Also, she is missing a condition where she should sell Hallow's End Pumpkin Treat (https://www.wowhead.com/item=20557) but only after completing Hallow's End Treats for Jesper! (https://www.wowhead.com/quest=8311)

I may think the condition should be: DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=23 AND `SourceGroup`=15353 AND `SourceEntry`=20557; INSERT INTO `conditions` VALUES (23, 15353, 20557, 0, 0, 8, 0, 8311, 0, 0, 0, 0, 0, "", "Item Hallow's End Pumpkin Treat sold by Katrina Shimmerstar requires quest Hallow's End Treats for Jesper! rewarded");

Expected behaviour: She should be present in the event 12.

Steps to reproduce the problem:

  1. .go c id 15353

Branch(es): 3.3.5 TC rev. hash/commit: 48eba61e90e3958613ceca05bb6a550fce8816ad Operating system: Win 8.1

TrinityCoreBot commented 6 years ago

This issue is not considered valid because of the following reasons:

Please read http://bit.ly/tc-issuetracker-and-you and add the missing information to this issue. Thanks.