-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(DB): make compability AC db to Warhead DB
- Loading branch information
1 parent
2023485
commit 5ea5e51
Showing
22 changed files
with
888 additions
and
485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
-- DB update 2023_02_12_00 -> 2023_02_12_01 | ||
-- | ||
DROP TABLE IF EXISTS `namesreserved_dbc`; | ||
CREATE TABLE `namesreserved_dbc` ( | ||
`ID` INT UNSIGNED NOT NULL, | ||
`Pattern` TINYTEXT NOT NULL, | ||
`LanguagueID` TINYINT NOT NULL, | ||
PRIMARY KEY (`ID`) | ||
); | ||
-- DROP TABLE IF EXISTS `namesreserved_dbc`; | ||
-- CREATE TABLE `namesreserved_dbc` ( | ||
-- `ID` INT UNSIGNED NOT NULL, | ||
-- `Pattern` TINYTEXT NOT NULL, | ||
-- `LanguagueID` TINYINT NOT NULL, | ||
-- PRIMARY KEY (`ID`) | ||
-- ); | ||
|
||
DROP TABLE IF EXISTS `namesprofanity_dbc`; | ||
CREATE TABLE `namesprofanity_dbc` ( | ||
`ID` INT UNSIGNED NOT NULL, | ||
`Pattern` TINYTEXT NOT NULL, | ||
`LanguagueID` TINYINT NOT NULL, | ||
PRIMARY KEY (`ID`) | ||
); | ||
-- DROP TABLE IF EXISTS `namesprofanity_dbc`; | ||
-- CREATE TABLE `namesprofanity_dbc` ( | ||
-- `ID` INT UNSIGNED NOT NULL, | ||
-- `Pattern` TINYTEXT NOT NULL, | ||
-- `LanguagueID` TINYINT NOT NULL, | ||
-- PRIMARY KEY (`ID`) | ||
-- ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
-- DB update 2023_03_05_00 -> 2023_03_05_01 | ||
-- | ||
UPDATE `spell_dbc` SET `Effect_1` = 28, `EffectMiscValueB_1` = 64, `EffectBasePoints_1` = 0 WHERE `ID` = 31374; | ||
-- UPDATE `spell_dbc` SET `Effect_1` = 28, `EffectMiscValueB_1` = 64, `EffectBasePoints_1` = 0 WHERE `ID` = 31374; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
-- DB update 2023_03_16_03 -> 2023_03_16_04 | ||
-- | ||
UPDATE `spell_dbc` SET `Effect_1` = 28, `EffectMiscValueB_1` = 64, `EffectBasePoints_1` = 1 WHERE `ID` IN (38888, 38889, 38890); | ||
-- UPDATE `spell_dbc` SET `Effect_1` = 28, `EffectMiscValueB_1` = 64, `EffectBasePoints_1` = 1 WHERE `ID` IN (38888, 38889, 38890); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
-- DB update 2023_03_21_05 -> 2023_03_21_06 | ||
-- | ||
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (3262,3263,3264,3265,3266,3267,5000,5001,5002,5003,5004,5005,5006,5007,5008); | ||
-- DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (3262,3263,3264,3265,3266,3267,5000,5001,5002,5003,5004,5005,5006,5007,5008); | ||
|
||
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (57570,57579,57581,39529,57757,57728,56908,56910,57598); | ||
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`, `DifficultySpellID_3`, `DifficultySpellID_4`) VALUES | ||
(57570, 57570, 59126, 0, 0), | ||
(57579, 57579, 59127, 0, 0), | ||
(57581, 57581, 59128, 0, 0), | ||
(39529, 39529, 58940, 0, 0), | ||
(57757, 57757, 58936, 0, 0), | ||
(57728, 57728, 58947, 0, 0), | ||
(56908, 56908, 58956, 0, 0), | ||
(56910, 56910, 58957, 0, 0), | ||
(57598, 57598, 58964, 0, 0); | ||
-- DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (57570,57579,57581,39529,57757,57728,56908,56910,57598); | ||
-- INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`, `DifficultySpellID_3`, `DifficultySpellID_4`) VALUES | ||
-- (57570, 57570, 59126, 0, 0), | ||
-- (57579, 57579, 59127, 0, 0), | ||
-- (57581, 57581, 59128, 0, 0), | ||
-- (39529, 39529, 58940, 0, 0), | ||
-- (57757, 57757, 58936, 0, 0), | ||
-- (57728, 57728, 58947, 0, 0), | ||
-- (56908, 56908, 58956, 0, 0), | ||
-- (56910, 56910, 58957, 0, 0), | ||
-- (57598, 57598, 58964, 0, 0); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
-- DB update 2023_03_24_08 -> 2023_03_25_00 | ||
-- | ||
UPDATE `spell_dbc` SET `Effect_1` = 28, `EffectMiscValueB_1` = 64, `EffectBasePoints_1` = 0 WHERE `ID` IN (35153, 35904, 35905, 35906); | ||
-- UPDATE `spell_dbc` SET `Effect_1` = 28, `EffectMiscValueB_1` = 64, `EffectBasePoints_1` = 0 WHERE `ID` IN (35153, 35904, 35905, 35906); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.