diff options
| author | Keader <keader.android@gmail.com> | 2018-11-08 11:14:46 -0300 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2018-11-08 11:14:46 -0300 |
| commit | 4c6f0eaa8d2b680c98ba125b5c90748f31928eda (patch) | |
| tree | 394e95c7e75fff1810293c1226cc90a3749542b9 /sql | |
| parent | 87d6f62ba6a08cd907171e41f780e427f2f044ed (diff) | |
Scripts/ToC: Fixed Twin Valkyr stucking in progress and added hover
Closes: #22755
Update: #20961
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2018_11_08_01_world.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_11_08_01_world.sql b/sql/updates/world/3.3.5/2018_11_08_01_world.sql new file mode 100644 index 00000000000..70e324aa8bc --- /dev/null +++ b/sql/updates/world/3.3.5/2018_11_08_01_world.sql @@ -0,0 +1,13 @@ +UPDATE `creature_template` SET `HoverHeight`=6 WHERE `entry` IN (35347,35348,35349,35350,35351,35352); +UPDATE `creature_template_addon` SET `bytes1`=0x2000000 WHERE `entry` IN (34496,34497,35347,35348,35349,35350,35351,35352); + +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (34496,34497,35347,35348,35349,35350,35351,35352); +INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`) VALUES +(34496,2,0,0,0), +(34497,2,0,0,0), +(35347,2,0,0,0), +(35348,2,0,0,0), +(35349,2,0,0,0), +(35350,2,0,0,0), +(35351,2,0,0,0), +(35352,2,0,0,0); |
