mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Quest/Breadcrumbs
* implemented https://github.com/TrinityCore/TrinityCore/commit/5ed77113b63 * fixed some engrish * fixed a typo in typecasting string searches
This commit is contained in:
@@ -31,6 +31,7 @@ SqlGen::register(new class extends SetupScript
|
||||
IFNULL(gesqr.eventEntry, 0) AS eventId,
|
||||
IFNULL(qa.PrevQuestId, 0),
|
||||
IFNULL(qa.NextQuestId, 0),
|
||||
IFNULL(qa.BreadcrumbForQuestId, 0),
|
||||
IFNULL(qa.ExclusiveGroup, 0),
|
||||
RewardNextQuest,
|
||||
q.Flags,
|
||||
|
||||
Reference in New Issue
Block a user