diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-21 20:26:50 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-21 20:26:50 +0100 |
| commit | af4f42383fb939ddb23b857e8f187ba17c07d814 (patch) | |
| tree | 44ed56de98a3abe9c0377f8ca39b828063fc7513 | |
| parent | 3e5e3aa2e12849cd09874127568d5fa68727e0d6 (diff) | |
DB/Conditions: Add conditions for Sigil of the Ebon Blade for only Lithe Stalker
| -rw-r--r-- | sql/updates/world/2012_12_21_01_world_conditions.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_12_21_01_world_conditions.sql b/sql/updates/world/2012_12_21_01_world_conditions.sql new file mode 100644 index 00000000000..30b9e414e78 --- /dev/null +++ b/sql/updates/world/2012_12_21_01_world_conditions.sql @@ -0,0 +1,3 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=58151; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 58151, 0, 0, 31, 1, 3, 30894, 0, 0, 12, 0, '', 'Subdued Lithe Stalker - only for Lithe Stalker');
\ No newline at end of file |
