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

Smart Action Missing: 46 #71

Closed
Quest79 opened this issue May 11, 2021 · 1 comment
Closed

Smart Action Missing: 46 #71

Quest79 opened this issue May 11, 2021 · 1 comment
Labels

Comments

@Quest79
Copy link

Quest79 commented May 11, 2021

Describe the bug
Smart Action is missing. 46

Version (commit hash)
Build 607

To Reproduce
Steps to reproduce the behavior:

  1. Add to DB to a NPC:
    INSERT INTO smart_scripts (entryorguid, source_type, id, link, event_type, event_phase_mask, event_chance, event_flags, event_param1, event_param2, event_param3, event_param4, event_param5, action_type, action_param1, action_param2, action_param3, action_param4, action_param5, action_param6, target_type, target_param1, target_param2, target_param3, target_param4, target_x, target_y, target_z, target_o, comment) VALUES (50000, 0, 3, 0, 9, 0, 100, 0, 0, 6, 2000, 3000, 0, 46, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Run away!');

  2. Open in editor the NPC

  3. See screenshot

Expected behavior
I expect the tool to know about and be able to use this smart action. The action is used for special movement.

Screenshots
WoWDatabaseEditorCore Avalonia 051121 012910 3104x1527

@Quest79 Quest79 added the bug label May 11, 2021
@BAndysc
Copy link
Owner

BAndysc commented May 11, 2021

Thanks, fixed in e2a2beb, already available in the latest update.

@BAndysc BAndysc closed this as completed May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants