diff options
| author | Drahy <none@none> | 2009-05-28 21:29:53 +0200 |
|---|---|---|
| committer | Drahy <none@none> | 2009-05-28 21:29:53 +0200 |
| commit | 05011544dff19e5be0bcc06858ac0f74c1f44f75 (patch) | |
| tree | 437873540b805af32319c88e6cdac9e505521390 /sql/updates/3601_world.sql | |
| parent | aaac715b073a4fbf21e4eed84936951f72e4d4a7 (diff) | |
* Used trinity sql coding style
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/3601_world.sql')
| -rw-r--r-- | sql/updates/3601_world.sql | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sql/updates/3601_world.sql b/sql/updates/3601_world.sql index 0230669b1c5..e156c1944a2 100644 --- a/sql/updates/3601_world.sql +++ b/sql/updates/3601_world.sql @@ -1,8 +1,8 @@ -UPDATE creature_template SET `VehicleId`=200 WHERE `entry` IN (28605,28606,28607); -UPDATE creature_template SET `ScriptName`='npc_salanar_the_horseman' WHERE `entry`=28653; +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 +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); +(28607, 52263, 12680, 3, 1);
\ No newline at end of file |
