diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-06-17 21:22:45 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-06-17 21:22:45 +0200 |
| commit | fe8e904dead393968dfa674281931b408e926053 (patch) | |
| tree | a2bfe7a8a07995e2c79096cad7d2fc8e6039c10e /sql/updates | |
| parent | e0bf4d7e7d96221d2317e6847eaf0d483287c284 (diff) | |
| parent | 0f0cea104dcceb029fc74e12f60f913e55d267fc (diff) | |
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
src/server/game/Entities/Unit/Unit.cpp
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2014_06_17_00_world_spell_group.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_06_17_00_world_spell_group.sql b/sql/updates/world/2014_06_17_00_world_spell_group.sql new file mode 100644 index 00000000000..7d109800a42 --- /dev/null +++ b/sql/updates/world/2014_06_17_00_world_spell_group.sql @@ -0,0 +1,3 @@ + +DELETE FROM spell_group WHERE id=1059 AND spell_id=58180; +DELETE FROM spell_group WHERE id=1059 AND spell_id=58181; |
