diff options
| author | QAston <qaston@gmail.com> | 2011-06-28 16:18:42 +0200 |
|---|---|---|
| committer | QAston <qaston@gmail.com> | 2011-06-28 16:18:42 +0200 |
| commit | 348adaf791fd62c0bfb9c0a96cc5d88788b62c18 (patch) | |
| tree | f73721678fb23de09be819332b2fa44531da82ef /sql/scripts | |
| parent | 11c3c80732592c8078d6b0e1003f084fcd913f65 (diff) | |
| parent | 14af76672c3032467305d2e019e3b29db608749a (diff) | |
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore
Diffstat (limited to 'sql/scripts')
| -rw-r--r-- | sql/scripts/world_scripts_full.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index 45c971dd970..90a0522bef4 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -1927,6 +1927,7 @@ INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`, /* SPELLS */ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES -- generic +( 66218, 'spell_gen_launch'), ( 39228, 'spell_gen_absorb0_hitlimit1'), ( 60218, 'spell_gen_absorb0_hitlimit1'), ( 6962, 'spell_gen_pet_summoned'), @@ -1987,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'), |
