Changeset 165

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

[svn] Merge SD2 Rev 735. Patch provided by neo0608.
Fix 171_world.sql.

Original author: megamage
Date: 2008-11-04 15:37:18-06:00

Location:
trunk
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • trunk/sql/updates/171_world.sql

    r163 r165  
    33INSERT INTO trinity_string VALUES 
    44(57,'Using World DB: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 
    5 (58,'Using script library: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); 
     5(58,'Using script library: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 
    66(5009,'Sound %u Played to server',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); 
    77 
  • trunk/src/bindings/scripts/Makefile.am

    r82 r165  
    368368scripts/zone/wailing_caverns/instance_wailing_caverns.cpp \ 
    369369scripts/zone/western_plaguelands/western_plaguelands.cpp \ 
     370scripts/zone/westfall/westfall.cpp \ 
    370371scripts/zone/winterspring/winterspring.cpp \ 
    371372scripts/zone/zangarmarsh/zangarmarsh.cpp \ 
  • trunk/src/bindings/scripts/ScriptMgr.cpp

    r152 r165  
    550550 
    551551//Westfall 
     552extern void AddSC_westfall(); 
     553 
    552554//Wetlands 
    553555//Winterspring 
     
    17301732 
    17311733    //Westfall 
     1734    AddSC_westfall(); 
     1735 
    17321736    //Wetlands 
    17331737    //Winterspring 
  • trunk/src/bindings/scripts/VC71/71ScriptDev2.vcproj

    r86 r165  
    10461046                                        Name="Westfall" 
    10471047                                        > 
     1048                                        <File 
     1049                                                RelativePath="..\scripts\zone\westfall\westfall.cpp" 
     1050                                                > 
     1051                                        </File> 
    10481052                                </Filter> 
    10491053                                <Filter 
  • trunk/src/bindings/scripts/VC80/80ScriptDev2.vcproj

    r86 r165  
    12911291                                        Name="Westfall" 
    12921292                                        > 
     1293                                        <File 
     1294                                                RelativePath="..\scripts\zone\westfall\westfall.cpp" 
     1295                                                > 
     1296                                        </File> 
    12931297                                </Filter> 
    12941298                                <Filter 
  • trunk/src/bindings/scripts/VC90/90ScriptDev2.vcproj

    r86 r165  
    12771277                                        Name="Westfall" 
    12781278                                        > 
     1279                                        <File 
     1280                                                RelativePath="..\scripts\zone\westfall\westfall.cpp" 
     1281                                                > 
     1282                                        </File> 
    12791283                                </Filter> 
    12801284                                <Filter