mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
Core/Scripts: Implemented right Snobold Vassal behavior on Gormok fight. (#17934)
This commit is contained in:
20
sql/updates/world/3.3.5/9955_22_52_world.sql
Normal file
20
sql/updates/world/3.3.5/9955_22_52_world.sql
Normal file
@@ -0,0 +1,20 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_gormok_ride_player','spell_gormok_jump_to_hand','spell_gormok_snobolled');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(66245,'spell_gormok_ride_player'),
|
||||
(66342,'spell_gormok_jump_to_hand'),
|
||||
(66406,'spell_gormok_snobolled');
|
||||
|
||||
DELETE FROM `disables` WHERE `sourceType`=0 AND `entry`=66636;
|
||||
INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES
|
||||
(0, 66636, 64, 0, 0, 'Disable LoS for Spell Rising Anger');
|
||||
|
||||
DELETE FROM `npc_spellclick_spells` WHERE `npc_entry`=34796;
|
||||
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES
|
||||
(34796, 46598, 0, 0);
|
||||
|
||||
DELETE FROM `vehicle_template_accessory` WHERE `entry`=34796 AND `accessory_entry`=34800;
|
||||
INSERT INTO `vehicle_template_accessory` (`entry`, `accessory_entry`, `seat_id`, `minion`, `description`, `summontype`, `summontimer`) VALUES
|
||||
(34796,34800,0,0,'Snobold Vassal', 5,0),
|
||||
(34796,34800,1,0,'Snobold Vassal', 5,0),
|
||||
(34796,34800,2,0,'Snobold Vassal', 5,0),
|
||||
(34796,34800,3,0,'Snobold Vassal', 5,0);
|
||||
Reference in New Issue
Block a user