-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fix-up script for PetDevices (#3108)
* Add fixup script for PetDevices * Update appveyor.yml * Update Player_Location.cs
- Loading branch information
1 parent
c28b01b
commit ddf8792
Showing
3 changed files
with
187 additions
and
8 deletions.
There are no files selected for viewing
179 changes: 179 additions & 0 deletions
179
Database/Updates/Shard/2020-08-05-00-Update-PetDevices.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,179 @@ | ||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=48956 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=48957 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49212 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49219 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49226 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49233 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49239 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49246 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49253 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49260 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49267 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49274 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49281 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49288 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49295 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49302 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49309 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49316 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49323 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49330 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49337 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49344 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49351 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49358 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49365 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49372 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49379 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49386 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49427 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49434 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49441 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49448 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49530 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49537 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49544 AND useRequiresSkillSpec.value IS NULL; | ||
|
||
INSERT INTO biota_properties_int (object_Id, `type`, value) | ||
SELECT biota.id, 368, 54 /* UseRequiresSkillSpec - Summoning */ FROM biota | ||
LEFT JOIN biota_properties_int useRequiresSkillSpec ON useRequiresSkillSpec.object_Id=biota.id AND useRequiresSkillSpec.`type`=368 | ||
WHERE biota.weenie_Class_Id=49551 AND useRequiresSkillSpec.value IS NULL; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 1.8.{build} | ||
version: 1.9.{build} | ||
pull_requests: | ||
do_not_increment_build_number: true | ||
skip_tags: true | ||
|