diff options
author | Rushor <PBienati@web.de> | 2016-02-06 18:29:15 +0100 |
---|---|---|
committer | Rushor <PBienati@web.de> | 2016-02-06 18:29:15 +0100 |
commit | c17d2af9a41781ecf3f66599f2f87a495a5f9d78 (patch) | |
tree | 58ee110e5ab8c78a46408ea3b5ba2ce97fbdd801 | |
parent | 4833c472fa60916117a7bb327c2bedd87c6c574e (diff) |
DB/Quest: Scalps! - Spelltargetconditions
* closes #16361
* thx to @Treeston for report
-rw-r--r-- | sql/updates/world/2016_02_06_04_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_06_04_world.sql b/sql/updates/world/2016_02_06_04_world.sql new file mode 100644 index 00000000000..188b3b5f2a7 --- /dev/null +++ b/sql/updates/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'); |