Fehler #33599
geschlossen[Quest] RewardSpell and RewardSpellCast
Beschreibung
[16:18] Connex: reward spell and reward spell cast are doing the exact same thing
[16:30] Despondency: I'll check and see if others have same issue
[16:31] Connex: select s1.Id, s1.SpellNameEN, s2.Id, s2.SpellNameEN from wotlk_staging_world.quest_template q join wotlk_dbc.spell s1 on (q.RewardSpell = s1.Id) join wotlk_dbc.spell s2 on (q.RewardSpellCast = s2.Id)
16:32] Connex: 111 entries where a quest has the spell to learn and the spell learning the spell to learn as reward
[16:33] Connex: maybe we should split the whole thing into: spellReward = a spell the player learns as reward
[16:33] Connex: and spellCastReward = a spell which is casted on the player as reward?
[16:34] Connex: then we wouldn't have all these checks on which target the spell should be casted
[16:36] Connex: or just drop one of those coulmns and keep the current target check and extend it
[16:36] Connex: im not sure right now which option would be the better one
Zugehörige Tickets
Von Connex vor fast 6 Jahren aktualisiert
- Beziehung mit Fehler #30618: Blasted Lands - Buff Quests wurde hinzugefügt
Von Connex vor fast 6 Jahren aktualisiert
- Priorität wurde von Normal zu Niedrig geändert
Von Jeora vor fast 3 Jahren aktualisiert
- Status wurde von Bestätigt zu Duplikat geändert