diff options
| author | Svannon <svannon@gmail.com> | 2012-04-01 17:42:39 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-04-01 17:42:39 +0100 |
| commit | 860c0cb43a3aba8cfb343d7e5f6c31aa8c75b9fe (patch) | |
| tree | 68fe1a565ddc5a6fb882d5b78ca5577505670056 | |
| parent | ceb27c23321c2e1290ecb7ccf3e673b7964fe8d4 (diff) | |
DB/Conditions: Imbued Scourge Shroud should only be used in City area (conditions)
Closes #1527
| -rw-r--r-- | sql/updates/world/2012_04_01_03_world_trainers.sql (renamed from sql/updates/world/2012_04_02_world_trainers.sql) | 0 | ||||
| -rw-r--r-- | sql/updates/world/2012_04_01_04_world_conditions.sql | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_02_world_trainers.sql b/sql/updates/world/2012_04_01_03_world_trainers.sql index 1edc9ae09af..1edc9ae09af 100644 --- a/sql/updates/world/2012_04_02_world_trainers.sql +++ b/sql/updates/world/2012_04_01_03_world_trainers.sql diff --git a/sql/updates/world/2012_04_01_04_world_conditions.sql b/sql/updates/world/2012_04_01_04_world_conditions.sql new file mode 100644 index 00000000000..e84307e0b05 --- /dev/null +++ b/sql/updates/world/2012_04_01_04_world_conditions.sql @@ -0,0 +1,5 @@ +-- Quest: Blending In (11633) +-- Spell from Cape only Appliable in City Area +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=45614; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(17,0,45614,11633,23,4125,0,0,0, '', 'Shroud of the Scourge - Temple City of En''kilah'); |
