diff options
| author | sarjuuk <junkdump@gmx.net> | 2011-10-06 18:20:57 +0200 |
|---|---|---|
| committer | sarjuuk <junkdump@gmx.net> | 2011-10-06 18:21:24 +0200 |
| commit | 8306c8299e0bed22143da821b4e6d8b1e35e4a72 (patch) | |
| tree | c7335df9ab435fedbb3b20ce2ca496906d7d0d83 /sql/updates | |
| parent | fc9926a97e8f39194ab59c3ab7079e7afb3c8b61 (diff) | |
Core/Spells: Swift Flight Form speed is set to 310% if a coresponding mount is owned.
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_10_06_02_world_spell_script_names.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_10_06_02_world_spell_script_names.sql b/sql/updates/world/2011_10_06_02_world_spell_script_names.sql new file mode 100644 index 00000000000..94d4f1fd8fc --- /dev/null +++ b/sql/updates/world/2011_10_06_02_world_spell_script_names.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=40121; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (40121,'spell_dru_swift_flight_passive'); |
