mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 03:59:05 +01:00
Script: Updated Murmur to use events.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spelldifficulty_dbc` WHERE `id` IN (33923,33666,33711);
|
||||
INSERT INTO `spelldifficulty_dbc` (`id`,`spellid0`,`spellid1`) VALUES
|
||||
(33923,33923,38796),
|
||||
(33666,33666,38795),
|
||||
(33711,33711,38794);
|
||||
Reference in New Issue
Block a user