diff options
| author | Malcrom <malcromdev@gmail.com> | 2013-06-15 21:22:37 -0230 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2013-06-15 21:22:37 -0230 |
| commit | b3237630ecd6637f358d862ede00f92efba33f7a (patch) | |
| tree | 101314544a7de85b62cebc7902e98749ed74a507 /sql/updates | |
| parent | cb9bb4e9590d06b848f8eab64ed4292aeb9f7517 (diff) | |
Script: Updated Murmur to use events.
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2013_06_15_08_world_spelldifficulty_dbc.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_15_08_world_spelldifficulty_dbc.sql b/sql/updates/world/2013_06_15_08_world_spelldifficulty_dbc.sql new file mode 100644 index 00000000000..3c68f4e5b33 --- /dev/null +++ b/sql/updates/world/2013_06_15_08_world_spelldifficulty_dbc.sql @@ -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); |
