diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_07_29_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_07_29_00_world.sql b/sql/updates/world/3.3.5/2020_07_29_00_world.sql new file mode 100644 index 00000000000..4e3b7bb4769 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_07_29_00_world.sql @@ -0,0 +1,4 @@ +-- +-- The Force of Neltharaku: Enslaved Netherwing Drake (21722) +UPDATE `creature_template_movement` SET `Flight`= 1 WHERE `CreatureId`= 21722; +UPDATE `creature_addon` SET `bytes1`= 0 WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`= 21722); |
