mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
* Used finally after long time trinity sql coding style
* Missing data are now in 4321_world - just import this * Updated all FULL sqls to 4321 --HG-- branch : trunk
This commit is contained in:
@@ -7,4 +7,4 @@ UPDATE creature_template SET `ScriptName`='npc_ros_dark_rider' WHERE `entry`=287
|
||||
-- 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);
|
||||
(28782, 52280, 12687, 3, 1);
|
||||
Reference in New Issue
Block a user