diff options
| author | Sorikoff <46191832+Sorikoff@users.noreply.github.com> | 2019-04-16 07:49:39 +0000 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-30 22:30:53 +0100 |
| commit | d72e809ecf9349d45127e743d23a8391bddabc41 (patch) | |
| tree | 1a84e02130f5c4125e8e9bc75b5017f5785effdb /sql/updates | |
| parent | c19a4db1c12b8864d6c486ee8e2f0e058fb4155a (diff) | |
Scripts/Spells: Migrate Some Scripted Spells to Scripts (#23185)
* Migrate spells to scripts
* Simplify code
* I need to sleep
* Update chapter1.cpp
* Use actual damage
* No need in null check here
(cherry picked from commit 2cfaeb14004cfbb5500855472ad89ab9238df13d)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2021_11_30_12_world_2019_04_16_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_30_12_world_2019_04_16_00_world.sql b/sql/updates/world/master/2021_11_30_12_world_2019_04_16_00_world.sql new file mode 100644 index 00000000000..769e1db0dc5 --- /dev/null +++ b/sql/updates/world/master/2021_11_30_12_world_2019_04_16_00_world.sql @@ -0,0 +1,9 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_death_knight_initiate_visual', 'spell_dk_glyph_of_scourge_strike_script', 'spell_item_mirrens_drinking_hat', 'spell_item_goblin_weather_machine', 'spell_gen_5000_gold', 'spell_gen_remove_impairing_auras', 'spell_q1846_bending_shinbone'); +INSERT INTO `spell_script_names` VALUES +(51519, 'spell_death_knight_initiate_visual'), +(69961, 'spell_dk_glyph_of_scourge_strike_script'), +(29830, 'spell_item_mirrens_drinking_hat'), +(46203, 'spell_item_goblin_weather_machine'), +(46642, 'spell_gen_5000_gold'), +(20589, 'spell_gen_remove_impairing_auras'), +(8856, 'spell_q1846_bending_shinbone'); |
