Core/Auras: Implemented SPELL_AURA_KEYBOUND_OVERRIDE

Port From (https://github.com/TrinityCore/TrinityCore/commit/b37333c1d935abe05c854c41bdf7ac6aff7f2882)
This commit is contained in:
hondacrx
2023-02-19 01:43:44 -05:00
parent 1a01c02261
commit da3ec7e367
6 changed files with 44 additions and 1 deletions
@@ -1190,6 +1190,10 @@ namespace Framework.Database
"RtOperandType1, RtOperandType2, RtOperandType3, RtOperandType4, RtOperandType5, RtOperand1, RtOperand2, RtOperand3, RtOperand4, RtOperand5, " +
"Logic1, Logic2, Logic3, Logic4, Logic5 FROM spell_item_enchantment_condition WHERE (`VerifiedBuild` > 0) = ?");
// SpellKeyboundOverride.db2
PrepareStatement(HotfixStatements.SEL_SPELL_KEYBOUND_OVERRIDE, "SELECT ID, `Function`, Type, Data, Flags FROM spell_keybound_override" +
" WHERE (`VerifiedBuild` > 0) = ?");
// SpellLabel.db2
PrepareStatement(HotfixStatements.SEL_SPELL_LABEL, "SELECT ID, LabelID, SpellID FROM spell_label WHERE (`VerifiedBuild` > 0) = ?");
@@ -2102,6 +2106,8 @@ namespace Framework.Database
SEL_SPELL_ITEM_ENCHANTMENT_CONDITION,
SEL_SPELL_KEYBOUND_OVERRIDE,
SEL_SPELL_LABEL,
SEL_SPELL_LEARN_SPELL,