diff options
| author | Killyana <Killyana@users.noreply.github.com> | 2020-07-08 19:21:12 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-01-22 00:20:22 +0100 |
| commit | d5163bc5c032267df51ac44564505cb66217bc00 (patch) | |
| tree | d578478704793864616732070e17a32d5c296d67 | |
| parent | e7df6f74e5e8588cebe64c41590e5c17b76cdb61 (diff) | |
DB/Creature: Argent Skytalon
Closes #24963
(cherry picked from commit 95dd021f08d9434625b48ef5b7e137a34d91d2eb)
| -rw-r--r-- | sql/updates/world/master/2022_01_21_47_world_2020_07_08_16_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_21_47_world_2020_07_08_16_world.sql b/sql/updates/world/master/2022_01_21_47_world_2020_07_08_16_world.sql new file mode 100644 index 00000000000..b1ba7495635 --- /dev/null +++ b/sql/updates/world/master/2022_01_21_47_world_2020_07_08_16_world.sql @@ -0,0 +1,11 @@ +-- Argent Skytalon +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN(30228); +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`) VALUES +(30228, 1, 0, 2, 0, 0, 0); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=16 AND `SourceEntry`=30228 AND `ConditionTypeOrReference`=23; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(16,0,30228,0,0,23,0,4501,0,0,0,0,0,'','Argent Skytalon Dismount player when not in intended zone'), +(16,0,30228,0,1,23,0,4506,0,0,0,0,0,'','Argent Skytalon Dismount player when not in intended zone'), +(16,0,30228,0,2,23,0,4504,0,0,0,0,0,'','Argent Skytalon Dismount player when not in intended zone'), +(16,0,30228,0,3,23,0,4505,0,0,0,0,0,'','Argent Skytalon Dismount player when not in intended zone'), +(16,0,30228,0,4,23,0,4580,0,0,0,0,0,'','Argent Skytalon Dismount player when not in intended zone'); |
