From ec83d0fd8c5327260e53dfafeb66cb4c22cfc097 Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 15 Oct 2015 04:35:49 +0200 Subject: DB/Item: Meteorite Crystal Trinket By @treak Closes #8669 --- sql/updates/world/2015_10_14_05_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_10_14_05_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_10_14_05_world.sql b/sql/updates/world/2015_10_14_05_world.sql new file mode 100644 index 00000000000..5029b807055 --- /dev/null +++ b/sql/updates/world/2015_10_14_05_world.sql @@ -0,0 +1,2 @@ +-- Meteorite Crystal +UPDATE `spell_proc_event` SET `ppmRate`=0 WHERE `entry`=64999; -- cgit v1.2.3