mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 17:46:36 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
-- Heightened Endurance AA
|
||||
INSERT INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES (683, 1, 189, 1, 0);
|
||||
INSERT INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES (684, 1, 189, 2, 0);
|
||||
INSERT INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES (685, 1, 189, 3, 0);
|
||||
-- Convalescence AA
|
||||
INSERT INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES (674, 1, 0, 1, 0);
|
||||
INSERT INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES (675, 1, 0, 2, 0);
|
||||
-- Healthy Aura AA
|
||||
INSERT INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES (1031, 1, 0, 1, 0);
|
||||
INSERT INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES (1032, 1, 0, 2, 0);
|
||||
INSERT INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES (1033, 1, 0, 3, 0);
|
||||
INSERT INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES (1034, 1, 0, 4, 0);
|
||||
INSERT INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES (1035, 1, 0, 5, 0);
|
||||
-- Expansive Mind AA
|
||||
INSERT INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES (1072, 1, 318, 1, 0);
|
||||
INSERT INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES (1073, 1, 318, 2, 0);
|
||||
INSERT INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES (1074, 1, 318, 3, 0);
|
||||
INSERT INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES (1075, 1, 318, 4, 0);
|
||||
INSERT INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES (1076, 1, 318, 5, 0);
|
||||
|
||||
Reference in New Issue
Block a user