diff options
| author | Subv2112 <s.v.h21@hotmail.com> | 2012-01-31 18:18:33 -0500 |
|---|---|---|
| committer | Subv2112 <s.v.h21@hotmail.com> | 2012-01-31 18:18:33 -0500 |
| commit | 8c87fd68414d946a5347d9bf26ad656836889901 (patch) | |
| tree | 8df98caad29980581a3592a10331e5c3c6a32020 | |
| parent | 9361a6db2f49e648584650d2af79181dcdd9ab95 (diff) | |
DB/Achievements: Fixed achievement "Not So Fast".
Fix by furion
closes #4050
| -rw-r--r-- | sql/updates/world/2012_01_31_01_world_misc.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_31_01_world_misc.sql b/sql/updates/world/2012_01_31_01_world_misc.sql new file mode 100644 index 00000000000..c359f186431 --- /dev/null +++ b/sql/updates/world/2012_01_31_01_world_misc.sql @@ -0,0 +1,8 @@ +-- Delete the criteria from the disables table +DELETE FROM `disables` WHERE `sourceType`=4 AND `entry`=3880; + +-- criteria data for achievement Not So Fast +DELETE FROM `achievement_criteria_data` WHERE `criteria_id`=3880; +INSERT INTO `achievement_criteria_data` (`criteria_id`, `TYPE`, `value1`, `value2`, `ScriptName`) VALUES +(3880,6,3277,0, ''), +(3880,7,23451,0, ''); |
