diff options
| author | Souler <soulerhyd@gmail.com> | 2012-08-30 11:50:07 +0200 |
|---|---|---|
| committer | Souler <soulerhyd@gmail.com> | 2012-08-30 11:50:07 +0200 |
| commit | 5ee99a94120818eb464f909cc1ab9752db70206f (patch) | |
| tree | 6a9c17eaaad7ebc4284f1d47a8aa1fa3a1d89ad6 /sql | |
| parent | b89b8ff277b987ab65e00e2c936a36e518fb4b33 (diff) | |
Scripts/Spells: Fix Weapon Copy related auras.
Closes #3731
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_08_30_00_world_spell_script_names.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_30_00_world_spell_script_names.sql b/sql/updates/world/2012_08_30_00_world_spell_script_names.sql new file mode 100644 index 00000000000..d7602dd8c79 --- /dev/null +++ b/sql/updates/world/2012_08_30_00_world_spell_script_names.sql @@ -0,0 +1,8 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (41054, 63418, 69893, 45205, 69896, 57594); +INSERT INTO `spell_script_names` VALUES +(41054, "spell_gen_clone_weapon_aura"), +(63418, "spell_gen_clone_weapon_aura"), +(69893, "spell_gen_clone_weapon_aura"), +(45205, "spell_gen_clone_weapon_aura"), +(69896, "spell_gen_clone_weapon_aura"), +(57594, "spell_gen_clone_weapon_aura"); |
