diff options
| author | Unholychick <lucas__jensen@hotmail.com> | 2014-12-28 20:07:00 +0100 |
|---|---|---|
| committer | Unholychick <lucas__jensen@hotmail.com> | 2014-12-28 20:07:00 +0100 |
| commit | 77887ab32ff4d703dbc618b5cab364f02582c5e7 (patch) | |
| tree | a13942a262fd4fac45d8ac916b64f8f272160649 /sql/updates | |
| parent | f2444eedf92fce39f7685eafead61d88d4ad89ef (diff) | |
Scripts/Spells: Move death grip from DB
Moves death grip from DB to spellscript for clarity and to reduce confusion in future.
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2014_12_28_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_12_28_03_world.sql b/sql/updates/world/2014_12_28_03_world.sql new file mode 100644 index 00000000000..fe3b786b23a --- /dev/null +++ b/sql/updates/world/2014_12_28_03_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 49576; |
