* Fixed typo

--HG--
branch : trunk
This commit is contained in:
Drahy
2009-03-27 18:42:35 +01:00
parent df555ec3c3
commit d798162dca
2 changed files with 3 additions and 3 deletions

View File

@@ -10,4 +10,4 @@ INSERT INTO `command` VALUES
('wp event',2,'Syntax: .wp event $subcommand\nType .path event to see the list of possible subcommands or .help path event $subcommand to see info on subcommands.'),
('wp unload',2,'Syntax: .wp unload\nUnload path for selected creature.'),
('wp show',2,'Syntax: .wp show $option\nOptions:\non $pathid (or selected creature with loaded path) - Show path\noff - Hide path\ninfo $slected_waypoint - Show info for selected waypoint.'),
('wp mod',2,'Syntax: .wp mod\nType .path mod to see the list of possible subcommands or .help path mod $subcommand to see info on subcommands.'),
('wp mod',2,'Syntax: .wp mod\nType .path mod to see the list of possible subcommands or .help path mod $subcommand to see info on subcommands.');

View File

@@ -1,4 +1,6 @@
SET(trinitydatabase_STAT_SRCS
DBCFileLoader.cpp
DBCFileLoader.h
DBCStore.h
Database.cpp
Database.h
@@ -27,8 +29,6 @@ SET(trinitydatabase_STAT_SRCS
SqlDelayThread.h
SqlOperations.cpp
SqlOperations.h
DBCFileLoader.cpp
DBCFileLoader.h
)
add_library(trinitydatabase STATIC ${trinitydatabase_STAT_SRCS})