Files
TrinityCore2/sql/old/3.0.9/03601_world.sql
runningnak3d 0a5d8711e5 Misc: Restructuring directory layout to accomodate the fact that we will
be pushing DB content. We will no longer have a seperate DB repo.
2011-02-02 07:50:21 -07:00

9 lines
454 B
SQL

UPDATE `creature_template` SET `VehicleId`=200 WHERE `entry` IN (28605,28606,28607);
UPDATE `creature_template` SET `ScriptName`='npc_salanar_the_horseman' WHERE `entry`=28653;
DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (28605,28606,28607);
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `quest_id`, `quest_status`, `cast_flags`) VALUES
(28605, 52263, 12680, 3, 1),
(28606, 52263, 12680, 3, 1),
(28607, 52263, 12680, 3, 1);