-
Notifications
You must be signed in to change notification settings - Fork 67
Fix a bunch of errors when using Bracket_80_1 #430
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
Open
ovv
wants to merge
3
commits into
azerothcore:main
Choose a base branch
from
ovv:ovv/bracket-80-1-errors
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
ovv
commented
May 19, 2025
``` ERROR [sql.sql] Table 'creature_loot_template' Entry 23682 isn't creature entry and not referenced from loot, and thus useless. ERROR [sql.sql] Table 'creature_loot_template' Entry 23872 isn't creature entry and not referenced from loot, and thus useless. ERROR [sql.sql] Table 'reference_loot_template' Entry 34060 used by creature_loot_template entry 21214 item 34060 has minCount ( 1 ) != maxCount ( 3 ) which is not supported for this loot type. ERROR [sql.sql] Table 'reference_loot_template' Entry 34062 used by creature_loot_template entry 21212 item 34062 has minCount ( 1 ) != maxCount ( 3 ) which is not supported for this loot type. ERROR [sql.sql] Table 'reference_loot_template' Entry 34051 used by creature_loot_template entry 19044 item 34051 has minCount ( 1 ) != maxCount ( 2 ) which is not supported for this loot type. ERROR [sql.sql] Table 'reference_loot_template' Entry 34039 used by creature_loot_template entry 17257 item 90039 has minCount ( 1 ) != maxCount ( 2 ) which is not supported for this loot type. ERROR [sql.sql] Table 'reference_loot_template' Entry 34059 used by creature_loot_template entry 21215 item 34059 has minCount ( 1 ) != maxCount ( 3 ) which is not supported for this loot type. ERROR [sql.sql] Table 'reference_loot_template' Entry 34056 used by creature_loot_template entry 19622 item 34056 has minCount ( 1 ) != maxCount ( 3 ) which is not supported for this loot type. ERROR [sql.sql] Table 'reference_loot_template' Entry 34067 used by creature_loot_template entry 17842 item 34067 has minCount ( 1 ) != maxCount ( 3 ) which is not supported for this loot type. ERROR [sql.sql] Table 'reference_loot_template' Entry 34068 used by creature_loot_template entry 17968 item 34068 has minCount ( 1 ) != maxCount ( 3 ) which is not supported for this loot type. ERROR [sql.sql] Table 'reference_loot_template' Entry 30486 used by creature_loot_template entry 11583 item 30486 has minCount ( 1 ) != maxCount ( 2 ) which is not supported for this loot type. ERROR [sql.sql] Table 'reference_loot_template' Entry 34009 used by creature_loot_template entry 11583 item 34009 has minCount ( 1 ) != maxCount ( 2 ) which is not supported for this loot type. ERROR [sql.sql] Table 'reference_loot_template' Entry 34054 used by creature_loot_template entry 19516 item 34054 has minCount ( 1 ) != maxCount ( 3 ) which is not supported for this loot type. ERROR [sql.sql] Table 'reference_loot_template' Entry 34050 used by creature_loot_template entry 18831 item 34050 has minCount ( 1 ) != maxCount ( 3 ) which is not supported for this loot type. ERROR [sql.sql] Table 'reference_loot_template' Entry 50011 does not exist but it is used by item_loot_template 1 ERROR [sql.sql] Table 'reference_loot_template' Entry 54000 isn't reference id and not referenced from loot, and thus useless. ERROR [sql.sql] Table gossip_menu entry 60041 are using non-existing TextID 60041 ERROR [sql.sql] Table gossip_menu entry 60042 are using non-existing TextID 60042 ERROR [sql.sql] Table gossip_menu entry 60043 are using non-existing TextID 60043 ERROR [sql.sql] Table gossip_menu entry 60044 are using non-existing TextID 60044 ERROR [sql.sql] Table gossip_menu entry 60046 are using non-existing TextID 60046 ERROR [sql.sql] SourceGroup 54003 in `condition` table, does not exist in `creature_loot_template`, ignoring. ERROR [sql.sql] SourceGroup 527000 in `condition` table, does not exist in `reference_loot_template`, ignoring. ERROR [sql.sql] addToGossipMenuItems: GossipMenuId 12580 Item 0 not found ERROR [sql.sql] Not handled grouped condition, SourceGroup 12580 ERROR [sql.sql] SmartAIMgr: Entry 17804 SourceType 0 Event 0 Action 1 using non-existent Text id 0, skipped. ERROR [sql.sql] Creature entry (17804) has SmartAI enabled but no SmartAI entries in the database. ```
b64b4c6 to
41239b8
Compare
Contributor
|
If you're able to add min count to match the max count for the 2 bosses mod-progression-system/src/Bracket_70_3_1/sql/world/progression_70_3_1_loot_t5.sql Lines 22 to 26 in 1aa4a98
|
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.