DB/Misc: Fix some startup errors

This commit is contained in:
Aokromes
2016-06-10 08:57:27 +02:00
parent 792b3149d9
commit 3293101512
2 changed files with 27 additions and 0 deletions

21
dep/zmq/CMakeLists.txt Normal file
View 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})

View 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;