aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRushor <PBienati@web.de>2016-02-06 18:29:15 +0100
committerShauren <shauren.trinity@gmail.com>2016-04-02 19:35:19 +0200
commit7f6053415d03ae588c8b5e37fcd3c904dd7423b2 (patch)
tree42b1c2bbe48af9dbe46b21964013ef7383a85d41
parente9bc7a112163c5d0fd36e6e41211a7f942c4f4a5 (diff)
DB/Quest: Scalps! - Spelltargetconditions
* closes #16361 * thx to @Treeston for report (cherry picked from commit c17d2af9a41781ecf3f66599f2f87a495a5f9d78)
-rw-r--r--sql/updates/world/2016_04_02_25_world_2016_02_06_04_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_02_25_world_2016_02_06_04_world.sql b/sql/updates/world/2016_04_02_25_world_2016_02_06_04_world.sql
new file mode 100644
index 00000000000..188b3b5f2a7
--- /dev/null
+++ b/sql/updates/world/2016_04_02_25_world_2016_02_06_04_world.sql
@@ -0,0 +1,6 @@
+--
+-- Quest: Scalps!
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=52090 AND `ElseGroup`=1;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(17, 0, 52090, 0, 1, 31, 1, 3, 28465, 0, 0, 173, 0, '', 'Item 38731 "Ahunae\'s Knife" targets 28465 "Heb\'Drakkar Striker'),
+(17, 0, 52090, 0, 1, 36, 1, 0, 0, 0, 1, 173, 0, '', 'Item 38731 "Ahunae\'s Knife" targets 28465 "Heb\'Drakkar Striker');