mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
Cleanups in instance_template and map entrance DBC data.
This commit is contained in:
parent
43cc07fbbc
commit
48254e3879
7 changed files with 63 additions and 51 deletions
5
sql/updates/9999_01_mangos_instance_template.sql
Normal file
5
sql/updates/9999_01_mangos_instance_template.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ALTER TABLE instance_template
|
||||
DROP COLUMN startLocX,
|
||||
DROP COLUMN startLocY,
|
||||
DROP COLUMN startLocZ,
|
||||
DROP COLUMN startLocO;
|
||||
Loading…
Add table
Add a link
Reference in a new issue