diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/FULL/world_spell_full.sql | 2 | ||||
| -rw-r--r-- | sql/updates/5491_world_scripts_ulduar.sql | 4 |
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 |
