mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-15 20:52:22 -04:00
Core/Items: Implemented new item bonus and enchantment types
This commit is contained in:
@@ -82,6 +82,9 @@ void HotfixDatabaseConnection::DoPrepareStatements()
|
||||
// ArtifactPowerLink.db2
|
||||
PrepareStatement(HOTFIX_SEL_ARTIFACT_POWER_LINK, "SELECT ID, FromArtifactPowerID, ToArtifactPowerID FROM artifact_power_link ORDER BY ID DESC", CONNECTION_SYNCH);
|
||||
|
||||
// ArtifactPowerPicker.db2
|
||||
PrepareStatement(HOTFIX_SEL_ARTIFACT_POWER_PICKER, "SELECT ID, PlayerConditionID FROM artifact_power_picker ORDER BY ID DESC", CONNECTION_SYNCH);
|
||||
|
||||
// ArtifactPowerRank.db2
|
||||
PrepareStatement(HOTFIX_SEL_ARTIFACT_POWER_RANK, "SELECT ID, SpellID, Value, ArtifactPowerID, Unknown, Rank FROM artifact_power_rank"
|
||||
" ORDER BY ID DESC", CONNECTION_SYNCH);
|
||||
|
||||
Reference in New Issue
Block a user