diff options
| author | Keader <keader.android@gmail.com> | 2017-04-21 09:14:01 -0300 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2017-04-21 09:14:01 -0300 |
| commit | f42ff8c6ba0609c2f774440dd30981356c1ffd63 (patch) | |
| tree | b9b2db898e8e02d1a8b2a1f964f7c961a5a8114d /sql | |
| parent | c296d255e25a2d0eb7155f64eea32cc36fed280a (diff) | |
DB/Spells: Fixed spell range of Flush Pipe (Dalaran Sewers Knockback)
Close #18776
Thanks Jildor
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_04_21_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_04_21_00_world.sql b/sql/updates/world/3.3.5/2017_04_21_00_world.sql new file mode 100644 index 00000000000..2cb2b762ad3 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_04_21_00_world.sql @@ -0,0 +1 @@ +UPDATE `spell_dbc` SET `RangeIndex`=4 WHERE `Id`=61698; |
