diff options
author | Sarjuuk <Sarjuuk@trinitycore.contrib> | 2011-06-27 14:20:20 +0200 |
---|---|---|
committer | Machiavelli <machiavelli.trinity@gmail.com> | 2011-06-27 14:23:58 +0200 |
commit | 249692b54b61a7260673c8c1f50ab6630af9615a (patch) | |
tree | bca2151575a7fd18f4eafad791c620717bef8a70 /sql/scripts | |
parent | 8fd3c912c1a297bc32c7df8e7117e8e589777f64 (diff) |
Core/Vehicles: Remove vehicle stat scaling hack and implement it properly trough the spell system. NOTE: This does need some further research on coefficients for different vehicles.
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
Diffstat (limited to 'sql/scripts')
-rw-r--r-- | sql/scripts/world_scripts_full.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index c26df5204a6..90a0522bef4 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -1988,6 +1988,12 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 12749, 'spell_gen_allow_cast_from_item_only'), ( 13258, 'spell_gen_allow_cast_from_item_only'), ( 13166, 'spell_gen_allow_cast_from_item_only'), + (65266, 'spell_gen_vehicle_scaling'), + (65635, 'spell_gen_vehicle_scaling'), + (65636, 'spell_gen_vehicle_scaling'), + (66666, 'spell_gen_vehicle_scaling'), + (66667, 'spell_gen_vehicle_scaling'), + (66668, 'spell_gen_vehicle_scaling'), -- instances -- Black Temple ( 41475, 'spell_boss_lady_malande_shield'), |