mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
* Missing data are now in 4321_world - just import this * Updated all FULL sqls to 4321 --HG-- branch : trunk
10 lines
506 B
SQL
10 lines
506 B
SQL
-- Vehicle and summon spell(summon npc 28788) for Acherus Deathcharger
|
|
UPDATE creature_template SET `spell1`=52362, `VehicleId`=200 WHERE `entry`=28782;
|
|
|
|
-- ScriptName for dark rider
|
|
UPDATE creature_template SET `ScriptName`='npc_ros_dark_rider' WHERE `entry`=28768;
|
|
|
|
-- Spellclick spell to mount deathcharger
|
|
DELETE FROM npc_spellclick_spells WHERE `npc_entry`=28782;
|
|
INSERT INTO npc_spellclick_spells (`npc_entry`, `spell_id`, `quest_id`, `quest_status`, `cast_flags`) VALUES
|
|
(28782, 52280, 12687, 3, 1); |