diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-08-12 13:03:27 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-08-12 14:12:44 +0200 |
| commit | da229008bb1e9c1c548cdc0052b978a1394a53d2 (patch) | |
| tree | 1bb7e1e41979f38ef216c5b2cf7b36a2e44e2a55 /sql | |
| parent | a3adf6a2b95427b7e6322b62e53a2fbf6ced7871 (diff) | |
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'); |
