-
Notifications
You must be signed in to change notification settings - Fork 29
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
Fix crashes and make options work #21
Conversation
anzz1
commented
Jan 5, 2022
- Setting option Buff.MessageTimer = 0 actually disables the timed emotes and phrases now
- Fix crash on setting Buff.NumWhispers = 0 (disable whispers)
- Fix crash on setting Buff.NumPhrases = 0 (disable random talk)
* Setting option Buff.MessageTimer = 0 actually disables the timed emotes and phrases now * Fix crash on setting Buff.NumWhispers = 0 (disable whispers) * Fix crash on setting Buff.NumPhrases = 0 (disable random talk)
There is a sql issue, |
My net is out. But the fix is to remove the inhabit collumn in the query. So remove inhabittype and the 3 in the query |
As per commit azerothcore-wotlk@2d4e17f InhabitType was removed from creature_template table
pushed a change to remove InhabitType |
Perfect |
* Replaced deprecated config api to fix build * add enable/disable option
Add enable/disable option
pushed another change to replace deprecated config api with new GetOption api to fix build |
thanks for your PR, unfortunately there are some merge conflicts |
@anzz1 Greetings. You have to enable the possibility that we can make commits within the branch, or on the contrary, we will not be able to update it, so that it can be merged. In any case, I will have to create another pull request, and give you the credits within it. But if we can add changes to this same branch, the better, so we finish working on it, and we can merge it. |
@pangolp In any case do whatever you want with this, copy-paste to another PR is completely fine by me if you're having problem updating this one, I'm only here to help and I don't care about credits and such. |
I downloaded your branch this morning, I tried to push it and it gave me an error. But if you say it is possible to do it, I will try again. I don't need permissions on the repository, if not, on its restroom, at least on the patch-1 branch, which is where this change is located. I need to push a commit, so I add some changes and we merge it. But I'll try again. |
I'll tell you what I wanted to do to make it clearer. If you have it enabled to accept modifications from other people, we could make changes to the branch, and merge everything necessary into this pull request, without the need to create another one. But that is a permissions issue, which you must configure in the fork that you created.
|
No. I tried it this morning, now that I remember at work, where I don't even use ssh. I had to clone it over https. Maybe that was the problem. I'll try again. But it is good to know that you have the option enabled, to rule out errors. I will try again. |
Indeed, it was something related to permits. So I'll move on, from now on. Thanks for reviewing it. |
Ready, I think that will be enough. |