Commit graph

29 commits

Author SHA1 Message Date
Antz
a1ff8281cb [Fix] Correct incorrectly renamed GAMEOBJECT_TYPE 2020-02-17 12:12:16 +00:00
Antz
6d62bc6101 Revert "Remove Remnants of Two obsolete tables: npc_trainer_template & npc_vendor_template"
This reverts commit cb7be30594e6985aea1521a174364319fb029d69.

NOTE: This proves that the code / db notes can't be trusted
2020-02-17 12:12:13 +00:00
Antz
aaa2affd6d Remove Remnants of Two obsolete tables: npc_trainer_template & npc_vendor_template 2020-02-17 12:12:11 +00:00
Antz
c95097c759 Remove last remnants of obsolete npc_gossip table 2020-02-17 12:12:11 +00:00
Antz
a626464ea7 nuke tabs 2020-02-17 12:11:46 +00:00
Antz
d6a0814c5b Revert "Remove unused include directives"
This reverts commit 10d2f8c3488d1a7ded1513de7cf4a1e1c04a4032.
2020-02-17 12:11:34 +00:00
Antz
1ba2d1ac9d Remove unused include directives
Based on the work of @stfx in commit:
48a84fb
2020-02-17 12:11:28 +00:00
Antz
695651324c Refactored db_scripts
The unity! - Based on the original work of H0zen for Zero.
2020-02-17 12:11:24 +00:00
Antz
aa6ed817d8 🎉 Happy 2017 from everyone at getmangos.eu 2020-02-17 12:11:13 +00:00
Antz
2d960a4b1c Fixed some additional found nullptrs 2020-02-17 12:10:44 +00:00
Charles A Edwards
cea1a8172e quest_template columns now read and stored in the correct order
Columns now read and stored in the correct order for the quest_template
table.

New to m3 columns had been placed at the end of the SELECT statement,
and resulted in being stored in the wrong location.
2020-02-17 12:10:36 +00:00
Charles A Edwards
18dd18780d Lots of cmangos commirs applied 2020-02-17 12:10:26 +00:00
Oniryck
81fdf3f77c Fix possible problem with 'allow two side interaction' and loot. 2020-02-17 12:09:55 +00:00
Charles A Edwards
95cee3b86c Checking of TrainerTemplateId fixed
The check for when the TrainerTemplateId is zero was missing.

Also, the world database revision has been updated in the revsion.h
file.
2020-02-17 12:09:46 +00:00
Charles A Edwards
a800f3b1ad Many, many cmangos Cata commits applied
The following commits were either applied or found not to be applicable:
2020-02-17 12:09:25 +00:00
Charles A Edwards
6d38ec7ffa Server start up error fixes
Server start up error fixes

Misnaming of the creature_template table's column.
Change to how the check is made on the creature_template table's
UnitClass column.
2020-02-17 12:09:20 +00:00
Charles A Edwards
cb8c076be9 Many fixes made to get the server to run again
Many, many fixes had to be made due to server failing to start up after
last major implementation of cmangos comits.
2020-02-17 12:09:19 +00:00
Charles A Edwards
eef77eadb9 Over 100 camangos Cata commits applied (to c12950)
Over 100 camangos Cata commits applied. up to and inclusing c12950.
2020-02-17 12:09:16 +00:00
Charles A Edwards
e4d1bdfc74 50 plus cmangos updates implemented (to c12832)
Implemented over 50 updates from the cmangos Cata repo, up to and
including c12832 Improve random movement

The core will now work with the creature_template update that was
applied to the database yesterday.
2020-02-17 12:09:10 +00:00
Charles A Edwards
323ad9b251 LoadCreatureClassLvlStats() fixed
LoadCreatureClassLvlStats() taken from Two due to Three's own
implementation of the function not working.
The table creature_template_classlevelstats has now been added to Three,
therefore this function needed to be working.

World database revision updated.
2020-02-17 12:09:04 +00:00
Charles A Edwards
a2537e7954 Script refactoring done as per previous cores
Script name now no longer exists in creature_template, item_template,
instance_template, and gameobject_template.

They are now held in the script_binding table.
2020-02-17 12:09:03 +00:00
Antz
afc2df2f7d [SD3] first commit with SD3 inplace - not complete yet 2020-02-17 12:08:45 +00:00
Antz
952042cc56 Happy New Year 2016 and URL update 2020-02-17 12:08:28 +00:00
Charles A Edwards
e097ab24c5 Warden added
Warden added.

This is part of the current build errors fixes.

The application of this PR, results in zero build errors at this point
in time,
2020-02-17 12:08:08 +00:00
Charles A Edwards
165cfba9c4 Weather system changed to that of the previous cores.
Weather system changed to that of the previous cores.

This is part of the current build errors fixes.
2020-02-17 12:08:05 +00:00
Charles A Edwards
bcf0a9b25a Build fixes made and tabs turned into spaces
A few build fixes made.

Tabs converted into spaces, although it does not seem to show that in
the list of changes!
2020-02-17 12:07:58 +00:00
Antz
778052084e [Build] Most errors fixed 2020-02-17 12:06:09 +00:00
Antz
12257a5bc2 Second set of Moves and Year update 2020-02-17 09:22:48 +00:00
Antz
9d20fe2b32 Initial project location adjustment 2020-02-17 09:22:43 +00:00
Renamed from src/game/ObjectMgr.cpp (Browse further)