diff options
| author | runningnak3d <none@none> | 2010-09-08 09:43:38 -0600 |
|---|---|---|
| committer | runningnak3d <none@none> | 2010-09-08 09:43:38 -0600 |
| commit | f1159c2e99d76979718b650ec8789ef47a232292 (patch) | |
| tree | e78a2939c8dad451d9a0b0730797ab800ceec9f8 /sql/updates | |
| parent | a9d5e03343b7ccec178e65f6ad4ce3553c897504 (diff) | |
SQL: Spell 44805 is an aura -- add proper place holder values.
Thanks tome
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9845_world_spell_dbc.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/9845_world_spell_dbc.sql b/sql/updates/9845_world_spell_dbc.sql new file mode 100644 index 00000000000..e846c0595d8 --- /dev/null +++ b/sql/updates/9845_world_spell_dbc.sql @@ -0,0 +1,3 @@ +-- Add remaining placeholder info for AURA 44805 +UPDATE `spell_dbc` SET `Effect1`=6,`EffectApplyAuraName1`=4 WHERE `id`=44805; + |
