diff options
| author | Killyana <morphone1@gmail.com> | 2019-01-22 16:44:14 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-01-22 16:44:14 +0100 |
| commit | c62b38e5623dd1cb34e562410f0874cc3c470f35 (patch) | |
| tree | 7731967dc0e1023d221abdd7dc0f9cdc9bd0516b | |
| parent | af46f3fd4c7512b1c0337e05fd3ec9f8cc24d30f (diff) | |
DB/Spell: Fix some dbc spells
| -rw-r--r-- | sql/updates/world/3.3.5/2019_01_22_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_01_22_02_world.sql b/sql/updates/world/3.3.5/2019_01_22_02_world.sql new file mode 100644 index 00000000000..398a477e1fc --- /dev/null +++ b/sql/updates/world/3.3.5/2019_01_22_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_dbc` SET `effectimplicittargeta1`=25, `rangeindex`=12 WHERE `Id` IN (45367, 45370); |
