diff options
author | Trisjdc <trisjdc@gmail.com> | 2014-06-16 02:45:26 +0100 |
---|---|---|
committer | Trisjdc <trisjdc@gmail.com> | 2014-06-16 02:45:26 +0100 |
commit | e9bc7edeff25c21250792f8d6c309659ce9fc07f (patch) | |
tree | c865ead4a69ed2d5155b7b9cc6a6f8f302857109 | |
parent | 0442ff5c991c351cd6da3c04d1768f756d09fe22 (diff) |
DB/SpellGroups: Quick fixes in latest SQL
-rw-r--r-- | sql/updates/world/2014_06_15_02_world_spell_group.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2014_06_15_02_world_spell_group.sql b/sql/updates/world/2014_06_15_02_world_spell_group.sql index d80c3946f46..4a4be6f23cd 100644 --- a/sql/updates/world/2014_06_15_02_world_spell_group.sql +++ b/sql/updates/world/2014_06_15_02_world_spell_group.sql @@ -382,7 +382,7 @@ INSERT INTO `spell_group` (`id`, `spell_id`) VALUES -- BoK/BoS stat increase (1038, -1006), -- Blessing of Kings -(1038, -1007), -- Blessing of Sanctuary +(1038, 67480), -- Blessing of Sanctuary (1045, 52109), -- Flametongue Totem (Rank 1) @@ -498,7 +498,7 @@ INSERT INTO `spell_group` (`id`, `spell_id`) VALUES -- Stamina Buffs (1084, -1074), -- Power Word: Fortitude (Rank 1) (1084, -1069), -- Stamina (Level 1) -(1084, 1075), -- Prayer of Fortitude (Rank 1) +(1084, -1075), -- Prayer of Fortitude (Rank 1) (1084, 72590), -- Fortitude -- Spirit Buffs |