* initial attempt at combat fix with modernising * fixes to scheduler first Draft PR commit. Scheduler now works with boolean in capture list of lambda function. * whitespaces * debug * debug2 * debug3 * debug4 * add omrogg equip query and debug5 * remove tabs * Update data/sql/updates/pending_db_world/omroggequip.sql Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com> * grouped taskscheduler * added more groups * adjust timer * better handling * v2 (too many commits) * fixed melee * clean up debug info removal of yells * more debug * attempt at fix * some changes to scheduling * final * whitespaces and extra lines * better formatting * final whitespace fix * context fix * dumb fix --------- Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
5 lines
269 B
SQL
5 lines
269 B
SQL
--
|
|
DELETE FROM `creature_equip_template` WHERE `CreatureID` = 16809 AND `ID` IN (1, 2);
|
|
INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`, `VerifiedBuild`) VALUES
|
|
(16809, 1, 29484, 0, 0, 48999),
|
|
(16809, 2, 29479, 0, 0, 48999);
|