aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2014-08-02 05:20:48 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2014-08-02 05:20:48 +0200
commit4f9b57eddfdb12219b338848a4393171a5d383ef (patch)
treefecfc729e9b129e2a72865da14d570de290a7d97
parent479afc0ed04b7161c5460f3e1aed83c4241fd7fc (diff)
DB/Spells: Added missing sql in 479afc0ed04b7161c5460f3e1aed83c4241fd7fc
-rw-r--r--sql/updates/world/2014_08_02_00_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_08_02_00_world_spell_script_names.sql b/sql/updates/world/2014_08_02_00_world_spell_script_names.sql
new file mode 100644
index 00000000000..23ed6eabf4d
--- /dev/null
+++ b/sql/updates/world/2014_08_02_00_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM spell_script_names WHERE spell_id=-49027;
+INSERT INTO spell_script_names VALUES
+(-49027, 'spell_dk_bloodworms');