aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-12-14 12:43:32 -0300
committerariel- <ariel-@users.noreply.github.com>2017-12-15 00:35:28 -0300
commit0510bf7afe9fa5ded572cda00f5a5a989a887146 (patch)
treebf09a70a587e7fb8a7d055a3210d0a996ec08f75 /sql
parent5d91beb1dbc795382a12ec05f6e72c76b195b141 (diff)
Core/Auras: periodics refactor part 2: Move UpdatePeriodic to AuraScripts
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2017_12_15_00_world_335.sql24
1 files changed, 24 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_15_00_world_335.sql b/sql/updates/world/3.3.5/2017_12_15_00_world_335.sql
new file mode 100644
index 00000000000..964316d71fa
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_12_15_00_world_335.sql
@@ -0,0 +1,24 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_gen_arena_drink','spell_wintergrasp_tenacity_refresh','spell_gen_chains_of_ice','spell_gen_one_tick_dummy');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(430, 'spell_gen_arena_drink'),
+(431, 'spell_gen_arena_drink'),
+(432, 'spell_gen_arena_drink'),
+(1133, 'spell_gen_arena_drink'),
+(1135, 'spell_gen_arena_drink'),
+(1137, 'spell_gen_arena_drink'),
+(10250, 'spell_gen_arena_drink'),
+(22734, 'spell_gen_arena_drink'),
+(27089, 'spell_gen_arena_drink'),
+(34291, 'spell_gen_arena_drink'),
+(43182, 'spell_gen_arena_drink'),
+(43183, 'spell_gen_arena_drink'),
+(46755, 'spell_gen_arena_drink'),
+(49472, 'spell_gen_arena_drink'),
+(57073, 'spell_gen_arena_drink'),
+(61830, 'spell_gen_arena_drink'),
+(72623, 'spell_gen_arena_drink'),
+(58549, 'spell_wintergrasp_tenacity_refresh'),
+(59911, 'spell_wintergrasp_tenacity_refresh'),
+(45524, 'spell_gen_chains_of_ice'),
+(66020, 'spell_gen_chains_of_ice'),
+(55342, 'spell_gen_one_tick_dummy');