diff options
| author | Moriquendu <moriquendu@trinity.contrib> | 2012-04-18 17:00:44 +0200 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-04-18 17:00:44 +0200 |
| commit | 0497283c1e71620f12fb2118fa51bb3a5987a797 (patch) | |
| tree | ed207e52a28bf36abad37093dfc79053536031c8 /sql/updates | |
| parent | 5a37d68d5e96ac63a0e6fd1514627cdf0813d570 (diff) | |
DB/Conditions: Add a condition to the Lovely Charm aura
Closes #5359
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2012_04_18_05_world_conditions.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_18_05_world_conditions.sql b/sql/updates/world/2012_04_18_05_world_conditions.sql new file mode 100644 index 00000000000..ecf80f270a3 --- /dev/null +++ b/sql/updates/world/2012_04_18_05_world_conditions.sql @@ -0,0 +1,4 @@ +-- Add condition to the Lovely Charm aura +DELETE FROM conditions WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`= 69511; +INSERT INTO conditions (SourceTypeOrReferenceId, SourceGroup, SourceEntry, ElseGroup, ConditionTypeOrReference, ConditionValue1, ConditionValue2, ConditionValue3, ErrorTextId, ScriptName, COMMENT) VALUES +(17,0,69511,0,12,8,0,0,0, '', 'Lovely Charm - Only during event'); |
