diff --git a/Model/Entity/Data/DATA.cs b/Model/Entity/Data/DATA.cs
index 2c3cf85..55fbdef 100644
--- a/Model/Entity/Data/DATA.cs
+++ b/Model/Entity/Data/DATA.cs
@@ -1672,7 +1672,7 @@ public class DATA {
Description =
@"The Zephyr teleports toward target location, draining shields. Windstepping into Halled Ground restores shields instead."
})
- .AddPart(new EntityHotkeyModel { Hotkey = "W", HotkeyGroup = "D" })
+ .AddPart(new EntityHotkeyModel { Hotkey = "R", HotkeyGroup = "D" })
.AddPart(new EntityFactionModel { Faction = FactionType.QRath })
.AddPart(new EntityProductionModel { Cooldown = 20 })
}, {
@@ -1726,7 +1726,7 @@ public class DATA {
Description =
@"After a short delay, enemy ground units at center of the area suffer a huge burst of damage. Targets outside the center take reduced damage. Then the area is left ablaze damaging units over time."
})
- .AddPart(new EntityHotkeyModel { Hotkey = "R", HotkeyGroup = "D" })
+ .AddPart(new EntityHotkeyModel { Hotkey = "W", HotkeyGroup = "D" })
.AddPart(new EntityFactionModel { Faction = FactionType.QRath })
.AddPart(new EntityProductionModel { Cooldown = 8, Energy = 60 })
},