diff options
| author | Killyana <morphone1@gmail.com> | 2016-11-20 20:01:54 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-11-20 20:01:54 +0100 |
| commit | 3cc89c32d551baf8fbc0c4787b79d7e2f7bde2bd (patch) | |
| tree | 7c50543c104bfcbafb9ffc86b9cb3a14a1e8ec07 /sql/updates | |
| parent | 50d9a7494b053c65734605baf0aaa1439e4a70cf (diff) | |
Creature/script: Add area restriction for Freed Proto Drake
Closes #11754
Thanks to ariel-
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_11_20_01_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_11_20_01_world.sql b/sql/updates/world/3.3.5/2016_11_20_01_world.sql new file mode 100644 index 00000000000..e93887bedc7 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_11_20_01_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId`=16 AND `SourceEntry`=29709); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(16,0,29709,0,0,23,0,4422,0,0,0,0,'','Dismount player when not in intended zone'), +(16,0,29709,0,1,23,0,4535,0,0,0,0,'','Dismount player when not in intended zone'), +(16,0,29709,0,2,23,0,4437,0,0,0,0,'','Dismount player when not in intended zone'), +(16,0,29709,0,3,23,0,4438,0,0,0,0,'','Dismount player when not in intended zone'); |
