diff options
author | Ovahlord <dreadkiller@gmx.de> | 2020-09-06 21:37:15 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-05 13:44:49 +0100 |
commit | ebdb6d80bb4e9cac5c5b2e177df930d000b79444 (patch) | |
tree | 4173c11db100c38a01bda664226c1150ce2badc1 | |
parent | 2942d066642fa9e1cf31fc249a69ecbeec0c5593 (diff) |
DB/Items: corrected proc flag and cooldown for The Black Heart trinket
(cherry picked from commit 5810699ee0341573cee9323bbf282edf56813959)
-rw-r--r-- | sql/updates/world/master/2022_02_05_02_world_2020_09_06_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_05_02_world_2020_09_06_02_world.sql b/sql/updates/world/master/2022_02_05_02_world_2020_09_06_02_world.sql new file mode 100644 index 00000000000..f0e5f006fb8 --- /dev/null +++ b/sql/updates/world/master/2022_02_05_02_world_2020_09_06_02_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `spell_proc` WHERE `SpellId`= 67653; |