From 3ea312cad572bca3bb3c15ad9eea7e54f7f04f07 Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 30 Aug 2009 18:38:54 -0500 Subject: *Update Kologarn script. --HG-- branch : trunk --- sql/FULL/world_spell_full.sql | 2 +- sql/updates/5491_world_scripts_ulduar.sql | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 sql/updates/5491_world_scripts_ulduar.sql (limited to 'sql') diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index ebf75e98568..c8328346b60 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -2161,7 +2161,7 @@ INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES -- ULDUAR -- -------- INSERT INTO creature_template (entry, vehicleid) VALUES -(32930, 338), # Kologarn +(32930, 328), # Kologarn (32934, 380), # Right Arm (33113, 340), # Flame Leviathan (33114, 341), # Flame Leviathan Seat diff --git a/sql/updates/5491_world_scripts_ulduar.sql b/sql/updates/5491_world_scripts_ulduar.sql new file mode 100644 index 00000000000..a3091fafeaf --- /dev/null +++ b/sql/updates/5491_world_scripts_ulduar.sql @@ -0,0 +1,4 @@ +INSERT INTO creature_template (entry, vehicleid) VALUES +(32930, 328) # Kologarn +ON DUPLICATE KEY UPDATE +vehicleid = VALUES(vehicleid); \ No newline at end of file -- cgit v1.2.3