aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2011-10-01 14:12:32 +0100
committerNay <dnpd.dd@gmail.com>2011-10-01 14:12:32 +0100
commite6cd861ddda88cba92973b3ee2241f2171bf4652 (patch)
tree00c9072fb536451f60dfe3626bbcedbd149c5af0
parent5dade066bd4345167da9b38a9b72666f0f74003a (diff)
DB/Item: Add conditions to Hyldnir Harpoon
-rw-r--r--sql/updates/world/2011_10_01_03_world_conditions.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2011_10_01_03_world_conditions.sql b/sql/updates/world/2011_10_01_03_world_conditions.sql
new file mode 100644
index 00000000000..832a1d9bdf9
--- /dev/null
+++ b/sql/updates/world/2011_10_01_03_world_conditions.sql
@@ -0,0 +1,4 @@
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceEntry`=41058;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(18, 0, 41058, 0, 24, 1, 29625, 0, 0, '', 'Hyldnir Harpoon target Hyldsmeet Proto-Drake'),
+(18, 0, 41058, 0, 24, 1, 29754, 0, 0, '', 'Hyldnir Harpoon target Column Ornament');