aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/333_world_spell_proc_event.sql4
-rw-r--r--sql/updates/356_world.sql2
2 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/333_world_spell_proc_event.sql b/sql/updates/333_world_spell_proc_event.sql
index a8be8032785..de0b3089259 100644
--- a/sql/updates/333_world_spell_proc_event.sql
+++ b/sql/updates/333_world_spell_proc_event.sql
@@ -16,6 +16,10 @@ Line 20 : INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, Sp
[\updates\79_world.sql]
Line 1 : DELETE FROM spell_proc_event where entry = 42083;
Line 2 : INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, SpellFamilyName, SpellFamilyMask, procFlags, ppmRate, cooldown) VALUES
+
+DELETE FROM spell_proc_event where entry = 35080;
+INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, SpellFamilyName, SpellFamilyMask, procFlags, ppmRate, cooldown) VALUES
+(35080,0,0,0,0,0x0000000000000000,0x00080001,0,60);
*/
DROP TABLE IF EXISTS `spell_proc_event`;
diff --git a/sql/updates/356_world.sql b/sql/updates/356_world.sql
new file mode 100644
index 00000000000..9fbc2379976
--- /dev/null
+++ b/sql/updates/356_world.sql
@@ -0,0 +1,2 @@
+DELETE FROM `spell_elixir` WHERE `entry` = 45373;
+INSERT INTO `spell_elixir` VALUES (45373,0x1); \ No newline at end of file