Changeset 201

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

[svn] Duplicate SystemConfig?.h to fix linux build. This is a hack. Hope someone will find the correct in future.

Original author: megamage
Date: 2008-11-08 23:48:00-06:00

Location:
trunk
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/sql/updates/194_world_blacktemple.sql

    r186 r201  
    1 DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (39992, 39835, 42052, -41914, 41126, 41376); 
     1DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (39992, 39835, 42052, -41914, 41126, -41376); 
    22-- INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (39992, 39835, 1, 'Needle Spine'); 
    33INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (39835, 39968, 1, 'Needle Spine'); 
  • trunk/src/shared/Makefile.am

    r199 r201  
    113113    PacketLog.h 
    114114 
     115# System configuration 
     116EXTRA_DIST += \ 
     117    SystemConfig.h 
     118 
    115119# System Win32 files 
    116120EXTRA_DIST += \