diff options
| author | Nay <dnpd.dd@gmail.com> | 2012-08-12 08:59:49 -0700 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-08-12 08:59:49 -0700 |
| commit | b33d41faac690646bafd88b7a9718d9969e01569 (patch) | |
| tree | dd27b28cca12e379af2f7feaa7ecd1a5b9901361 /sql | |
| parent | 7d29e585df3c16b22a7177d43e3ec1e1136a4ad4 (diff) | |
| parent | da229008bb1e9c1c548cdc0052b978a1394a53d2 (diff) | |
Merge pull request #7360 from Vincent-Michael/MalGanis
Scripts/The Culling of Stratholme: Fix quest credit for Mal'Ganis
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_08_12_00_world_conditions.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_12_00_world_conditions.sql b/sql/updates/world/2012_08_12_00_world_conditions.sql new file mode 100644 index 00000000000..6e1fd0ac1db --- /dev/null +++ b/sql/updates/world/2012_08_12_00_world_conditions.sql @@ -0,0 +1,3 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=58124; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,1,58124,0,0,32,0,0x90,0,0,0,0,'','Mal''Ganis Kill Credit - Player target'); |
