Commit 41239b8
committed
Fix a bunch of errors when using Bracket_80_1
```
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.
```1 parent 1aa4a98 commit 41239b8
File tree
12 files changed
+35
-16
lines changed- src
- Bracket_70_3_1/sql/world
- Bracket_70_6_1/sql/world
- Bracket_71_74/sql/world
- Bracket_80_1/sql/world
12 files changed
+35
-16
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
| 27 | + | |
| 28 | + | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| 72 | + | |
| 73 | + | |
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments