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

Faction Table Refactor #34

Closed Meltie2013 closed 2 years ago

Meltie2013 commented 2 years ago

Changes Made:

Visual SQL Query:

ALTER TABLE creature_template DROP FactionHorde;
ALTER TABLE creature_template CHANGE FactionAlliance Faction SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0';

SQL File Required:


This change is Reviewable

Meltie2013 commented 2 years ago

Closing this PR for now, its out of sync from the rest of the project and can't be merged without problems.