diff options
| author | silinoron <none@none> | 2010-08-22 21:07:18 -0700 |
|---|---|---|
| committer | silinoron <none@none> | 2010-08-22 21:07:18 -0700 |
| commit | ccc2a83510c2dcdcaba1c9c1f1778b8f171e0c4c (patch) | |
| tree | 655f84305ce0c670bc8d558047825660f4b11987 /sql | |
| parent | 5cbae843d58431237a270a0960a5d0c324d5cb1e (diff) | |
* Some consistency changes.
* Move spell 6962 to spell scripts and make sure to set deathstate.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/base/world_database.sql | 1 | ||||
| -rw-r--r-- | sql/updates/9529_world_spell_script_names.sql | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index ce6b967bb17..6188fcd3752 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -14747,6 +14747,7 @@ LOCK TABLES `spell_script_names` WRITE; INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES -- generic ( 58601, 'spell_gen_remove_flight_auras'), +( 6962, 'spell_gen_pet_summoned'), -- instances ( 69057, 'spell_marrowgar_bone_spike_graveyard'), ( 69140, 'spell_marrowgar_coldflame'), diff --git a/sql/updates/9529_world_spell_script_names.sql b/sql/updates/9529_world_spell_script_names.sql new file mode 100644 index 00000000000..e312dd017ad --- /dev/null +++ b/sql/updates/9529_world_spell_script_names.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=6962 AND `ScriptName`='spell_gen_pet_summoned'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (6962, 'spell_gen_pet_summoned'); |
