mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
DB/Misc: Fix some startup errors
This commit is contained in:
21
dep/zmq/CMakeLists.txt
Normal file
21
dep/zmq/CMakeLists.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
|
||||
#
|
||||
# This file is free software; as a special exception the author gives
|
||||
# unlimited permission to copy and/or distribute it, with or without
|
||||
# modifications, as long as this notice is preserved.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
||||
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
find_package(ZMQ REQUIRED)
|
||||
|
||||
add_library(zmq INTERFACE)
|
||||
|
||||
target_link_libraries(zmq
|
||||
INTERFACE
|
||||
${ZMQ_LIBRARY})
|
||||
|
||||
target_include_directories(zmq
|
||||
INTERFACE
|
||||
${ZMQ_INCLUDE_DIR})
|
||||
6
sql/updates/world/2016_06_10_01_world.sql
Normal file
6
sql/updates/world/2016_06_10_01_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `gameobject_template` WHERE `entry` = 208120;
|
||||
INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `faction`, `flags`, `size`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `Data8`, `Data9`, `Data10`, `Data11`, `Data12`, `Data13`, `Data14`, `Data15`, `Data16`, `Data17`, `Data18`, `Data19`, `Data20`, `Data21`, `Data22`, `Data23`, `Data24`, `Data25`, `Data26`, `Data27`, `Data28`, `Data29`, `Data30`, `Data31`, `unkInt32`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(208120, 2, 6404, 'Candy Bucket', '', 'Examining', '', 0, 0, 1, 0, 16256, 0, 0, 0, 0, 24124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '19034');
|
||||
|
||||
UPDATE `creature_template` SET `npcflag`=`npcflag`|2 WHERE `entry`= 3101;
|
||||
Reference in New Issue
Block a user