View Single Post
10/21/18, 08:07 PM   #3
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
Servers usually go down at 4 am EST on the night before the patch. The time that they come up after that varies, but probably not until noon on the next day. You can also do a multi patch supporting version which supports both the old and new version of the game. Depending on how many changes there are, it may or may not be feasible. You can use GetAPIVersion within the addon to block out new (or old) code.
Since it's so close to the patch, you're probably best off just pushing it when servers go down or tomorrow morning. Or you could just push it now. Patch is close enough that it probably won't matter much.
  Reply With Quote