diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-27 18:04:03 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-27 18:04:17 +0200 |
| commit | 24b0a6f6c3ad35104f1774c1478a3c9b3e82d6eb (patch) | |
| tree | 7e2f4556b3944c95445034f4a6820edd13e97e27 /sql | |
| parent | d0823edbc5a211c7bf25bb418306c817d9ab817e (diff) | |
Core/Spells: Convert/Update rogue talent "Deadly Brew" for 4.3.4
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_27_06_world_spell_script_names_434.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_27_06_world_spell_script_names_434.sql b/sql/updates/world/2013_07_27_06_world_spell_script_names_434.sql new file mode 100644 index 00000000000..9cf1d3e99b1 --- /dev/null +++ b/sql/updates/world/2013_07_27_06_world_spell_script_names_434.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=-51625; +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(-51625,'spell_rog_crippling_poison'); |
