diff options
author | Killyana <morphone1@gmail.com> | 2015-10-15 04:35:49 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-10-15 04:35:49 +0200 |
commit | ec83d0fd8c5327260e53dfafeb66cb4c22cfc097 (patch) | |
tree | a9e84d32c844c9982d59e77c4968c7ab449525d2 | |
parent | 141ba6bfda55884a52a75b6f439a697745f5e24b (diff) |
DB/Item: Meteorite Crystal Trinket
By @treak
Closes #8669
-rw-r--r-- | sql/updates/world/2015_10_14_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |