Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EquipTest Updates #568

Merged
merged 4 commits into from
Nov 22, 2017
Merged

EquipTest Updates #568

merged 4 commits into from
Nov 22, 2017

Conversation

OptimShi
Copy link
Collaborator

Changed EquipTest debug command to utilize the index of a clothing table item and added an optional shade parameter

ddevec
ddevec previously approved these changes Nov 21, 2017
Copy link
Contributor

@ddevec ddevec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One regression I would prefer fixed. Otherwise, looks good.

@@ -18,8 +18,8 @@ namespace ACE.Command.Handlers
{
internal enum TestWeenieClassIds : uint
{
Pants = 120,
Tunic = 134,
Pants = 120,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand why you shifted these to non indented. We've been keeping the assignments aligned on enums, I dislike the inconsistency this adds.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't change this purposefully, I think Visual Studio must've made this change for me when I did something. Weird. Fixed it, anyways.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VS has been changing this automatically for me as well, if you use the CTRL+K and then CTRL+D shortcut, it will show you the same results...

Copy link
Contributor

@ddevec ddevec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoever merged the changelog is an idiot, otherwise great stuff! (totally not writing this b/c github needs an approval...)

@ddevec ddevec merged commit cca3c0a into ACEmulator:master Nov 22, 2017
@OptimShi OptimShi deleted the equiptest branch March 27, 2018 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants