diff options
author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-03 02:52:13 +0100 |
---|---|---|
committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-03 02:54:46 +0100 |
commit | 43f1c08e96202a19acf520cc7fe4bfcbaf7c65dc (patch) | |
tree | 05cba279d26524a8f11a8e38d42c801d1a2cace7 | |
parent | ec1d17f2073bd74fb7366f3cd811466622a08220 (diff) |
DB/Ulduar: Fix Kologarn Stone Grip in 25m mode
-rw-r--r-- | sql/updates/world/2013_01_03_03_world_spelldifficulty_dbc.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_03_03_world_spelldifficulty_dbc.sql b/sql/updates/world/2013_01_03_03_world_spelldifficulty_dbc.sql new file mode 100644 index 00000000000..6a41f705491 --- /dev/null +++ b/sql/updates/world/2013_01_03_03_world_spelldifficulty_dbc.sql @@ -0,0 +1,3 @@ +DELETE FROM `spelldifficulty_dbc` WHERE `id`=62166 OR `spellid0`=62166; +INSERT INTO `spelldifficulty_dbc`(`id`,`spellid0`,`spellid1`) VALUES +(62166,62166,63981); -- Stone Grip |