diff --git a/dep/zmq/CMakeLists.txt b/dep/zmq/CMakeLists.txt new file mode 100644 index 00000000000..9d9f78ca8e5 --- /dev/null +++ b/dep/zmq/CMakeLists.txt @@ -0,0 +1,21 @@ +# Copyright (C) 2008-2016 TrinityCore +# +# 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}) diff --git a/sql/updates/world/2016_06_10_01_world.sql b/sql/updates/world/2016_06_10_01_world.sql new file mode 100644 index 00000000000..25ca09cdce1 --- /dev/null +++ b/sql/updates/world/2016_06_10_01_world.sql @@ -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;