diff options
| author | Anubisss <none@none> | 2009-07-21 21:07:10 +0200 |
|---|---|---|
| committer | Anubisss <none@none> | 2009-07-21 21:07:10 +0200 |
| commit | 56d2bfa56f3533e45db79e322b28f72d0337a99b (patch) | |
| tree | 9677c41d88d0524373dcf1b14ced77c1f6a10531 /sql/FULL | |
| parent | f39e55c1a3b7feae49ac6a5a0d3c120b01f9d550 (diff) | |
*Add table spell_elixir to world_spell_full.sql
--HG--
branch : trunk
Diffstat (limited to 'sql/FULL')
| -rw-r--r-- | sql/FULL/world_spell_full.sql | 128 |
1 files changed, 128 insertions, 0 deletions
diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index c675d9f86bc..550ec360dd3 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -1790,6 +1790,134 @@ INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus` (61491, -1, -1, 0.12, -1, 'Warrior - Intercept'); -- -------- +-- SPELL ELIXIR +-- -------- + +TRUNCATE TABLE `spell_elixir`; +INSERT INTO `spell_elixir` (`entry`, `mask`) VALUES +(673, 0x2), +(2367, 0x1), +(2374, 0x1), +(2378, 0x2), +(2380, 0x2), +(3160, 0x1), +(3164, 0x1), +(3166, 0x2), +(3219, 0x2), +(3220, 0x2), +(3222, 0x2), +(3223, 0x2), +(3593, 0x2), +(7844, 0x1), +(8212, 0x1), +(10667, 0x1), +(10668, 0x2), +(10669, 0x1), +(10692, 0x2), +(10693, 0x2), +(11319, 0x2), +(11328, 0x1), +(11334, 0x1), +(11348, 0x2), +(11349, 0x2), +(11364, 0x2), +(11371, 0x2), +(11390, 0x1), +(11396, 0x2), +(11405, 0x1), +(11406, 0x1), +(11474, 0x1), +(15231, 0x2), +(15233, 0x2), +(16321, 0x2), +(16322, 0x1), +(16323, 0x1), +(16325, 0x2), +(16326, 0x2), +(16327, 0x2), +(16329, 0x1), +(17038, 0x1), +(17535, 0x2), +(17537, 0x1), +(17538, 0x1), +(17539, 0x1), +(17624, 0x3), +(17626, 0x3), +(17627, 0x3), +(17628, 0x3), +(17629, 0x3), +(21920, 0x1), +(24361, 0x2), +(24363, 0x2), +(24382, 0x2), +(24383, 0x2), +(24417, 0x2), +(26276, 0x1), +(27652, 0x2), +(27653, 0x2), +(28486, 0x1), +(28488, 0x1), +(28490, 0x1), +(28491, 0x1), +(28493, 0x1), +(28497, 0x1), +(28501, 0x1), +(28502, 0x2), +(28503, 0x1), +(28509, 0x2), +(28514, 0x2), +(28518, 0x3), +(28519, 0x3), +(28520, 0x3), +(28521, 0x3), +(28540, 0x3), +(29348, 0x2), +(33720, 0x1), +(33721, 0x1), +(33726, 0x1), +(38954, 0x1), +(39625, 0x2), +(39626, 0x2), +(39627, 0x2), +(39628, 0x2), +(40567, 0x7), +(40568, 0x7), +(40572, 0x7), +(40573, 0x7), +(40575, 0x7), +(40576, 0x7), +(41608, 0xB), +(41609, 0xB), +(41610, 0xB), +(41611, 0xB), +(42735, 0x3), +(45373, 0x1), +(46837, 0xB), +(46839, 0xB), +(53746, 0x1), +(53747, 0x2), +(53748, 0x1), +(53749, 0x1), +(53751, 0x2), +(53752, 0x3), +(53755, 0x3), +(53758, 0x3), +(53760, 0x3), +(53763, 0x2), +(53764, 0x2), +(54212, 0x3), +(54452, 0x1), +(54494, 0x1), +(60340, 0x1), +(60341, 0x1), +(60343, 0x2), +(60344, 0x1), +(60345, 0x1), +(60346, 0x1), +(60347, 0x2), +(62380, 0x3); + +-- -------- -- SPELL AFFECT -- -------- |
