diff options
author | Killyana <morphone1@gmail.com> | 2015-10-15 04:35:49 +0200 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-11-06 10:17:52 +0100 |
commit | 739de0bee481c89dd1fedc82877b5574b30631c8 (patch) | |
tree | e37789fa82bfb0fa92a27ad2789de7ad45670afe | |
parent | e38185d14aeda4d9dc0267bcfa320ce7ec5da1bf (diff) |
DB/Item: Meteorite Crystal Trinket
By @treak
Closes #8669
(cherry picked from commit ec83d0fd8c5327260e53dfafeb66cb4c22cfc097)
-rw-r--r-- | sql/updates/world/2015_11_06_05_world_2015_10_14_05.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_06_05_world_2015_10_14_05.sql b/sql/updates/world/2015_11_06_05_world_2015_10_14_05.sql new file mode 100644 index 00000000000..5029b807055 --- /dev/null +++ b/sql/updates/world/2015_11_06_05_world_2015_10_14_05.sql @@ -0,0 +1,2 @@ +-- Meteorite Crystal +UPDATE `spell_proc_event` SET `ppmRate`=0 WHERE `entry`=64999; |