diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-22 02:48:40 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-22 02:49:19 +0200 |
| commit | 41311da2dec98de97be32b4ac265332e6068f071 (patch) | |
| tree | 308800d6df0805f374ffc79dbad51d28e8977e9c /sql | |
| parent | 95407b1b9d904488e25dff94c87fdce000192587 (diff) | |
Core/Spells: Fix hunter "Steady Shot" focus regen
Closes #9553
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_22_02_world_spell_spell_script_names_434.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_22_02_world_spell_spell_script_names_434.sql b/sql/updates/world/2013_07_22_02_world_spell_spell_script_names_434.sql new file mode 100644 index 00000000000..3723575d273 --- /dev/null +++ b/sql/updates/world/2013_07_22_02_world_spell_spell_script_names_434.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=56641; +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(56641,'spell_hun_steady_shot'); |
