Changeset 121

Show
Ignore:
Timestamp:
11/19/08 13:38:08 (17 years ago)
Author:
yumileroy
Message:

[svn] * Moved scripts sqls updates to main sql updates folder.
* Fixed makefile to use proper foldername.
* rXXX_world_scripts.sql will be the format for script sql updates, execute these into your world DB.

Original author: KingPin?
Date: 2008-10-27 09:57:53-05:00

Location:
trunk
Files:
9 added
12 removed
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/sql/Makefile.am

    r102 r121  
    2323 
    2424## Change installation location 
    25 #  datadir = mangos/sql 
    26 pkgdatadir = $(datadir)/mangos/sql 
     25#  datadir = trinity/sql 
     26pkgdatadir = $(datadir)/trinity/sql 
    2727 
    2828## Files to be installed 
     
    3333        characters.sql \ 
    3434        create_mysql.sql \ 
     35    world_scripts_full.sql \ 
     36    world_scripts_structure.sql \ 
    3537        drop_mysql.sql 
    3638 
     
    4244        characters.sql \ 
    4345        world.sql \ 
     46    world_scripts_full.sql \ 
     47    world_scripts_structure.sql \ 
    4448        realmd.sql 
  • trunk/sql/tools/Makefile.am

    r102 r121  
    2222 
    2323## Change installation location 
    24 #  datadir = mangos/sql/tools 
    25 pkgdatadir = $(datadir)/mangos/sql/tools 
     24#  datadir = trinity/sql/tools 
     25pkgdatadir = $(datadir)/trinity/sql/tools 
    2626 
    2727## Files to be installed