aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-30 18:38:54 -0500
committermegamage <none@none>2009-08-30 18:38:54 -0500
commit3ea312cad572bca3bb3c15ad9eea7e54f7f04f07 (patch)
treed86c3447ef4da0b35a5b5e7ac943b13f0a6b6abf /sql
parentc07707ba47d75b18b84b5602aa5224078e1b40e3 (diff)
*Update Kologarn script.
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/FULL/world_spell_full.sql2
-rw-r--r--sql/updates/5491_world_scripts_ulduar.sql4
2 files changed, 5 insertions, 1 deletions
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