diff options
| author | teacher <none@none> | 2010-08-02 17:56:59 +0200 |
|---|---|---|
| committer | teacher <none@none> | 2010-08-02 17:56:59 +0200 |
| commit | 027ca9b62a260a8a10811448b6346b577341ca55 (patch) | |
| tree | 63f778cc14f6ff9fc479eb71dc177d0571664e7f /sql/scripts | |
| parent | ff575b700289b2a1f7c2a41ba35e35125e86bec2 (diff) | |
Moved spell_script_names data from world_scripts_full.sql to world_database.sql, it is to be kept here from now on.
Added missing data to fulls.
Some cosmetic fixes to a couple of sql update files.
No need to re-apply any sql file for this commit.
--HG--
branch : trunk
Diffstat (limited to 'sql/scripts')
| -rw-r--r-- | sql/scripts/world_scripts_full.sql | 37 |
1 files changed, 4 insertions, 33 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index bcadf247174..2e3b3d39791 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -1193,6 +1193,7 @@ UPDATE `creature_template` SET `ScriptName`='npc_thorim' WHERE `entry`=29445; UPDATE `creature_template` SET `ScriptName`='npc_goblin_prisoner' WHERE `entry`=29466; UPDATE `gameobject_template` SET ScriptName='go_rusty_cage' WHERE `entry`=191544; UPDATE `creature_template` SET `ScriptName`='npc_injured_goblin' WHERE `entry`=29434; +UPDATE `creature_template` SET `ScriptName`= 'npc_roxi_ramrocket' WHERE `entry` = 31247; /* STORMWIND CITY */ UPDATE `creature_template` SET `ScriptName`='npc_archmage_malin' WHERE `entry`=2708; @@ -1643,36 +1644,6 @@ INSERT INTO areatrigger_scripts VALUES (3066,'at_ravenholdt'); -- moved from world_spell_full.sql to here -update creature_template set AIName='TurretAI',scriptname='' where entry=33139; -update creature_template set ScriptName='boss_kologarn' where entry=32930; -update creature_template set scriptname="boss_flame_leviathan_safety_container" where entry=33218; - -DELETE FROM `spell_script_names` WHERE `spell_id`=11958 AND `ScriptName`='spell_mage_cold_snap'; -DELETE FROM `spell_script_names` WHERE `spell_id`=32826 AND `ScriptName`='spell_mage_polymorph_visual'; -DELETE FROM `spell_script_names` WHERE `spell_id`=31687 AND `ScriptName`='spell_mage_summon_water_elemental'; -DELETE FROM `spell_script_names` WHERE `spell_id`=-47540 AND `ScriptName`='spell_pri_penance'; -DELETE FROM `spell_script_names` WHERE `spell_id`=31231 AND `ScriptName`='spell_rog_cheat_death'; -DELETE FROM `spell_script_names` WHERE `spell_id`=51662 AND `ScriptName`='spell_rog_hunger_for_blood'; -DELETE FROM `spell_script_names` WHERE `spell_id`=14185 AND `ScriptName`='spell_rog_preparation'; -DELETE FROM `spell_script_names` WHERE `spell_id`=5938 AND `ScriptName`='spell_rog_shiv'; -DELETE FROM `spell_script_names` WHERE `spell_id`=53271 AND `ScriptName`='spell_hun_masters_call'; -DELETE FROM `spell_script_names` WHERE `spell_id`=53478 AND `ScriptName`='spell_hun_last_stand_pet'; -DELETE FROM `spell_script_names` WHERE `spell_id`=23989 AND `ScriptName`='spell_hun_readiness'; -DELETE FROM `spell_script_names` WHERE `spell_id`=37877 AND `ScriptName`='spell_pal_blessing_of_faith'; -DELETE FROM `spell_script_names` WHERE `spell_id`=-20473 AND `ScriptName`='spell_pal_holy_shock'; -DELETE FROM `spell_script_names` WHERE `spell_id`=20425 AND `ScriptName`='spell_pal_judgement_of_command'; -INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES -(11958,'spell_mage_cold_snap'), -(32826,'spell_mage_polymorph_visual'), -(31687,'spell_mage_summon_water_elemental'), -(-47540, 'spell_pri_penance'), -(31231,'spell_rog_cheat_death'), -(51662,'spell_rog_hunger_for_blood'), -(14185,'spell_rog_preparation'), -(5938,'spell_rog_shiv'), -(53271,'spell_hun_masters_call'), -(53478,'spell_hun_last_stand_pet'), -(23989,'spell_hun_readiness'), -(37877,'spell_pal_blessing_of_faith'), -(-20473,'spell_pal_holy_shock'), -(20425,'spell_pal_judgement_of_command'); +update creature_template set `AIName`='TurretAI',`ScriptName`='' WHERE `entry`=33139; +update creature_template set `ScriptName`= 'boss_kologarn' WHERE `entry`=32930; +update creature_template set `scriptname`= 'boss_flame_leviathan_safety_container' WHERE `entry`=33218; |
