diff options
author | Ovahlord <dreadkiller@gmx.de> | 2020-09-06 21:37:15 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2020-09-06 21:37:15 +0200 |
commit | 5810699ee0341573cee9323bbf282edf56813959 (patch) | |
tree | 89271dbe6c6df9a471c44670874c173695488dc0 /sql | |
parent | 5498f3be96ecf09c35622c3ba5e9abb8c8b96e13 (diff) |
DB/Items: corrected proc flag and cooldown for The Black Heart trinket
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2020_09_06_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_06_02_world.sql b/sql/updates/world/3.3.5/2020_09_06_02_world.sql new file mode 100644 index 00000000000..8c7c21dcd46 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_06_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_proc` SET `ProcFlags`= 0, `Cooldown`= 50000 WHERE `SpellId`= 67653; |