diff options
| author | Killyana <morphone1@gmail.com> | 2018-10-02 01:20:51 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-10-02 01:20:51 +0200 |
| commit | ad9aca1aab2caf46eb59ade4fb3a3449d6333a5c (patch) | |
| tree | a0fc42a6ecb4419a47673c27b137655998be7439 | |
| parent | 11db939cbf08856d984bcef60212d3b6f37ab132 (diff) | |
DB/Condition: Spell click condition for Stormcrest Eagle
| -rw-r--r-- | sql/updates/world/3.3.5/2018_10_02_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_02_00_world.sql b/sql/updates/world/3.3.5/2018_10_02_00_world.sql new file mode 100644 index 00000000000..f577841b6f6 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_02_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceGroup` IN(30013); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`Comment`) VALUES +(18,30013,43671,0,31,0,3,29730,0,0,'Required npc for spellclick'); |
