diff options
| author | treeston <treeston.mmoc@gmail.com> | 2015-09-20 16:36:55 +0200 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2015-09-20 16:36:55 +0200 |
| commit | 36d464d563b6380690e4f0137d2b7f5e90d3b3e0 (patch) | |
| tree | 7f2dce588cfaa6bb25a44c0f6609aa0aa99bb69e /sql | |
| parent | c5cc7cca3e29e176b5ec0405a05c3db8e19c4e93 (diff) | |
Scripts/Naxxramas: Fixed an incorrect spellid for Naxx10 Hateful Strike.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_09_20_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_20_00_world.sql b/sql/updates/world/2015_09_20_00_world.sql new file mode 100644 index 00000000000..c71610a528b --- /dev/null +++ b/sql/updates/world/2015_09_20_00_world.sql @@ -0,0 +1,3 @@ +-- remove existing entries +DELETE FROM `spelldifficulty_dbc` WHERE id IN (28308,41926); +INSERT INTO `spelldifficulty_dbc` (`id`,`spellid0`,`spellid1`) VALUES (28308,28308,59192); |
