diff options
| author | QAston <none@none> | 2009-07-10 03:03:32 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-07-10 03:03:32 +0200 |
| commit | 53ae34964453378874dfd445d55fbff1a4553939 (patch) | |
| tree | 898455cb56e78ea41d7906a0f777522e7d8c0bb2 /sql/updates | |
| parent | d27e5f3de143f0d3273df39fcc79c5012267f03b (diff) | |
*SpellBonusData for 54158
*Make passive tree of life aura affect casts out of shapeshidt.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/4411_world_spell_bonus_data_TDB.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/4411_world_spell_bonus_data_TDB.sql b/sql/updates/4411_world_spell_bonus_data_TDB.sql new file mode 100644 index 00000000000..3ac7c56f637 --- /dev/null +++ b/sql/updates/4411_world_spell_bonus_data_TDB.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` IN (54158); +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `comments`) VALUES +(54158, 0.25, 0, 0.16, 'Paladin - Jugdement (Seal of Light, Seal of Wisdom, Seal of Justice)');
\ No newline at end of file |
