diff options
| author | Kudlaty <none@none> | 2009-05-27 22:14:58 +0200 |
|---|---|---|
| committer | Kudlaty <none@none> | 2009-05-27 22:14:58 +0200 |
| commit | dc1c900048966279e87db0e3623bf2a6b46df69e (patch) | |
| tree | 0c928df9ff9ade59366ba3ac17fec9ee2394024c /sql/world_spell_full.sql | |
| parent | 4ce92ed6fa6c73de41169669f7df0f35611d072e (diff) | |
Add fix for quest 12680
--HG--
branch : trunk
Diffstat (limited to 'sql/world_spell_full.sql')
| -rw-r--r-- | sql/world_spell_full.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql index 08a95ff1b39..bb50e70e3d7 100644 --- a/sql/world_spell_full.sql +++ b/sql/world_spell_full.sql @@ -172,6 +172,12 @@ INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `quest_id`, `quest ('29488', '54568', '12670', '1', '3'), ('29501', '54575', '12670', '1', '3'); +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); + -- -------- -- TARGET -- -------- @@ -1548,6 +1554,8 @@ spell4 = VALUES(spell4); -- Three-seat mammoth UPDATE creature_template SET VehicleId = 312 WHERE entry IN (31857,31858,31861,31862,32212,32213,32633,32640); +-- Horses for quest 12680 / not sure if its offilike +UPDATE creature_template SET `VehicleId`=200 WHERE `entry` IN (28605,28606,28607); -- -------- -- Death Knight |
