I want edit items at SQL#3
Open
Datoby92 wants to merge 60 commits into
Open
Conversation
Upddating database for AzerothCore
Update characters.sql
Fixes #6
Update TemplateNPC.cpp
Modified TemplateNPC.cpp file to work without the .patch Also, added option to disable gear template as suggested by BarbzYHOOL #3
Removed useless directories Made crossplatform with gitattributes and dos2unix Added new CMakeFile .editorconfig .gitignore
Taken from skeleton-module
Fixed for linux
Fixed for linux
- Fix issue with Mana & Health
Update TemplateNPC.cpp
This is to fix talents that don't have spell ranks being usable and displaying in your spell book. The argument true gets passed as a uint32 value of 1, it should be 0.
Use correct talent rank.
* add workflow for testing * combine sql files * add quotes to include.sh and conf/conf.sh.dist * add includes Player.h and ScriptedGossip.h * add include Chat.h * remove workflow
Co-authored-by: locus313 <pat@lo5t.com>
Fix template NPC learning Passive talents to players
fix LearnTalents
another fix: Belt prismatic socket bonuses don't get applied
fix: build converted guid to string properly
fix: build with latest AC
chore: fix build and warning
* feat. Update module to be compatible with the latest version of the emulator * fix. typo
* refactor: sql style to match acore standards * fix: typo Ballance to Balance * refactor: rename generic sql names to specific module identifiable module from table `updates` * refactor: remove not needed headers * feat: re-enable gear destroy, gyph reset, talent reset TODO: config * fix: typo successfully * refactor: remove gossiphello comment * fix: typo? npc entry to 55009 * refactor: use define instead of hardcoded npc entry * change icon of destroy gear, re-order menu * fixup! refactor: use define instead of hardcoded npc entry use GetEntry() instead * change reset talents icon to engi wheel * remove redundant "select your spec" from gossip its in the title of the npc and should be obvious from icons allows bottom icons to be visible * feat: add config to enable/disable additional gossip options * use EnumUtils to convert class to string rename "DeathKnight" to "Death Knight" according to enum defines do not catch out of range exception, this should never happen * fixup! feat: re-enable gear destroy, gyph reset, talent reset pet talents * fix crash when destroying items use destroyitem to destroy items occurs when trying to delete while wearing an empty head slot, segfaults SetUInt64Value(ITEM_FIELD_CONTAINED... * codestyle: remove extra empty line
Added a checkbox for the player to confirm if they really want to do the following actions -Reset Talents -Reset Pet's Talents -Remove Glyphs -Destroy all Equipped Gear
fix codestyle, workflow and add enabled hook list for performance improvement
…creature_template SQL These columns were removed from creature_template in AzerothCore. - scale moved to creature_template_model.DisplayScale - mechanic_immune_mask/spell_school_immune_mask replaced by CreatureImmunitiesId Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fix: remove deprecated creature_template columns from SQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello i want to use this module for blue gear i can pay for this edit Datoby#3549