mangosthree / server

Mangos THREE is a server for World of Warcraft: Cataclysm. The server serves full world content including authentication & scripts support. Compatible with World of Warcraft client 4.3.4 (Build 15595). Report all issues at https://www.getmangos.eu/bug-tracker/mangos-three/ - Playable but unstable. In development.
GNU General Public License v2.0
85 stars 48 forks source link

Drop PostgreSQL #25

Closed Meltie2013 closed 2 years ago

Meltie2013 commented 3 years ago

Change Made:


This change is Reviewable

billy1arm commented 3 years ago

@Meltie2013 - Could you review the changes from this commit from Rel22 which performed a similar thing: https://github.com/mangosthree/server/commit/08b4cbfce0bfa83c9d38ef5b24d56e0eac971c95

there seems to be some additional changes required

Meltie2013 commented 3 years ago

@billy1arm I double checked that commit and it aligns currently to what exists in source, not including the current changes. The only difference I see right now, is PostgreSQL cmake files that were in the source originally that I removed with some code left hanging around. All other changes are already in the master branch.

I can say there would be a merging conflict if Rel22 was merged into master without a doubt. That will solve itself out over time as both branches share the same updates.