Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add field names for SMSG_PETITION_QUERY_RESPONSE. #1192

Merged
merged 1 commit into from
May 19, 2021

Conversation

GrenderG
Copy link
Collaborator

From 0.5.3 client:

struct __cppobj __declspec(align(8)) CGPetition
{
  int m_petitionID;
  unsigned __int64 m_petitioner;
  char m_title[256];
  char m_bodyText[4096];
  int m_flags;
  int m_minSignatures;
  int m_maxSignatures;
  int m_deadLine;
  int m_issueDate;
  int m_allowedGuildID;
  int m_allowedClasses;
  int m_allowedRaces;
  __int16 m_allowedGender;
  int m_allowedMinLevel;
  int m_allowedMaxLevel;
  char m_choicetext[10][64];
  int m_numChoices;
  unsigned int m_muid;
};
LABEL_9:
  obja->m_record.m_petitionID = item->m_petitionID;
  obja->m_record.m_petitioner = item->m_petitioner;
  SStrCopy(obja->m_record.m_title, item->m_title, 0x100u);
  SStrCopy(obja->m_record.m_bodyText, item->m_bodyText, 0x1000u);
  obja->m_record.m_flags = item->m_flags;
  obja->m_record.m_minSignatures = item->m_minSignatures;
  obja->m_record.m_maxSignatures = item->m_maxSignatures;
  obja->m_record.m_deadLine = item->m_deadLine;
  obja->m_record.m_issueDate = item->m_issueDate;
  obja->m_record.m_allowedGuildID = item->m_allowedGuildID;
  obja->m_record.m_allowedClasses = item->m_allowedClasses;
  obja->m_record.m_allowedRaces = item->m_allowedRaces;
  obja->m_record.m_allowedGender = item->m_allowedGender;
  obja->m_record.m_allowedMaxLevel = item->m_allowedMaxLevel;
  obja->m_record.m_allowedMinLevel = item->m_allowedMinLevel;
  v12 = (char *)((char *)item - (char *)&obja->m_record);
  obja->m_record.m_muid = item->m_muid;
  v13 = obja->m_record.m_choicetext[0];
  v16 = v12;
  itema = 10;
  while ( 1 )
  {
    SStrCopy(v13, &v12[(_DWORD)v13], 0x40u);
    v13 += 64;
    if ( !--itema )
      break;
    v12 = v16;
  }
  obja->m_record.m_numChoices = item->m_numChoices;

@ratkosrb ratkosrb merged commit e349565 into vmangos:development May 19, 2021
Velite12 added a commit to Velite12/core that referenced this pull request Oct 11, 2021
commit 0ae46f73c519c8b07c4a8489b2510d304b59e7a5
Merge: 3d37f4e0 edcc1065
Author: Velite12 <[email protected]>
Date:   Mon Oct 11 00:46:38 2021 -0400

    Merge branch 'vmangos:development' into totem/blessing

commit edcc1065b4b4220e24db209c26a78dd690651227
Author: ratkosrb <[email protected]>
Date:   Fri Oct 8 02:38:26 2021 +0300

    Remove a comment.

commit a0573b4658e7583842792957926cca8f8938838e
Author: ratkosrb <[email protected]>
Date:   Fri Oct 8 02:34:33 2021 +0300

    Fix cooldown for Sayge's buffs.

commit c266c6a0a88dac4c3b82b9c76da6a8996a318df7
Author: ratkosrb <[email protected]>
Date:   Fri Oct 8 01:53:41 2021 +0300

    Fix spells used in Darkmoon Faire and Harvest Festival and assign patch to some objects.

    Credit to cmangos for figuring out how the Darkmoon Cannon should work.

commit 4294b4a82558d4a67fb402adde5e4952ada28595
Author: ratkosrb <[email protected]>
Date:   Sun Oct 3 03:10:17 2021 +0300

    Fix Volatile Infection causing Old Murk-Eye to re-enter combat.

commit 004e4e3df7243cb58c4d99c482d2c0fd06bdb6f7
Author: ratkosrb <[email protected]>
Date:   Sat Oct 2 23:59:03 2021 +0300

    Force root state when using TotemAI.

commit b4517ac77a4918cda34615a54d6cd423097221fc
Author: ratkosrb <[email protected]>
Date:   Fri Oct 1 16:07:01 2021 +0300

    Add a few cheat commands.

commit e6a8260044e0b7a1e1769f309eda7d321ded01ff
Author: bladez <[email protected]>
Date:   Fri Oct 1 15:08:10 2021 +0300

    Remove bad attempt at smoothing server FPS and update in real time.

    https://github.com/lh-server/core/commit/675cc04382223a9eac7671cb26f298287bdee2d5

commit 2f041e4024065844afd5ae57c9efbf53f9a5f657
Author: ratkosrb <[email protected]>
Date:   Fri Oct 1 14:34:21 2021 +0300

    Add completion script for Facing Negolash.

    Closes https://github.com/vmangos/core/issues/1351

commit 84ef1237c44f177e215fe3e498fa3413f1428e2e
Author: Orozxy <[email protected]>
Date:   Thu Sep 30 14:18:47 2021 +0200

    Rework the Game of Towers event (EPL PvP) (#1284)

    Co-authored-by: ratkosrb <[email protected]>

commit fdc46ca15c99efc122b604c30694c0f288a8b8d9
Author: ratkosrb <[email protected]>
Date:   Wed Sep 29 22:56:12 2021 +0300

    Add integrity check hashes for all vanilla clients.

    Thanks to Chaosvex and Shauren.

commit 1604a9149ba4f6e66432268fdc641a670b096e2d
Author: NickTyrer <[email protected]>
Date:   Tue Sep 28 21:24:31 2021 +0100

    Add Some Missing Creature Abilities (#1280)

    Co-authored-by: ratkosrb <[email protected]>

commit 9987e8d9402a3ac57482b77d7511b239fdaa340a
Author: ratkosrb <[email protected]>
Date:   Tue Sep 28 23:07:08 2021 +0300

    Unassign EventAI from Void Zone.

commit 35fe79a49605dd1a5f2bfa8c34c69c0df9292a9d
Author: GrenderG <[email protected]>
Date:   Tue Sep 28 13:54:11 2021 +0200

    Make ilevel difference of random bot gear configurable. (#1345)

commit e3233aa5d340cf0637455758e967f33b8c357857
Author: ratkosrb <[email protected]>
Date:   Tue Sep 28 14:26:22 2021 +0300

    Prevent abuse of valves for quest Samophlange.

commit d09c36134d399848e41e0627a5749d606c682186
Author: ratkosrb <[email protected]>
Date:   Mon Sep 27 23:19:03 2021 +0300

    Send values update instead of create in UpdateForQuestWorldObjects.

commit 287d4976817d664f10dab12b8045bf2e461ec07f
Author: NickTyrer <[email protected]>
Date:   Sun Sep 26 16:27:44 2021 +0100

    Add Some Missing Creature Auras (#1279)

    Co-authored-by: ratkosrb <[email protected]>

commit 4752f8816e95a4fb129a0c470ca60f690b0b3740
Author: ratkosrb <[email protected]>
Date:   Sun Sep 26 12:07:24 2021 +0300

    Fix Detect Amore aura.

commit c743c793686a29d9daaf5fab4bed799358db8d08
Author: ratkosrb <[email protected]>
Date:   Sun Sep 26 10:52:10 2021 +0300

    Fix guid conflict.

commit e3759c5dd5b065071ddf49f9d89394e4dd58e49e
Author: Orozxy <[email protected]>
Date:   Sun Sep 26 09:33:58 2021 +0200

    Rework the Love is in the Air event (#1268)

commit 2df781b127a8dd10ba3e3364371fb9fa786a17b9
Author: ratkosrb <[email protected]>
Date:   Fri Sep 24 15:50:47 2021 +0300

    Add completion script for quest Proof of Deed.

commit 7febbad6b890ccd5f8881afa3bcca05dadb7e380
Author: ratkosrb <[email protected]>
Date:   Fri Sep 24 11:36:19 2021 +0300

    Implement Prevent Anim spell attribute and unit flag.

    Credit to trinitycore for discovering unit flag meaning.

    https://github.com/TrinityCore/TrinityCore/commit/a34519bded8ae45705e7dddf6346008eea88ed39

commit 9f10981f4200359862c3aebc18a146da1f2badce
Author: ratkosrb <[email protected]>
Date:   Fri Sep 24 01:21:49 2021 +0300

    Fix gcd exploit.

    Closes https://github.com/vmangos/core/issues/1344

commit c36399356894c8384c865156dc1bede857c72453
Author: schell244 <[email protected]>
Date:   Tue Sep 21 19:18:43 2021 +0200

    Fix some issues with quest Pyrewood Ambush (#1338)

commit 3860bbaadf87712c43e559b67b4b57f03e33fca4
Author: ratkosrb <[email protected]>
Date:   Tue Sep 21 11:10:32 2021 +0300

    Make bots prefer items that have their primary stat.

commit b4d39b5294f7b62c02b9808f86e2c674d22ae6d3
Author: ratkosrb <[email protected]>
Date:   Sun Sep 19 16:20:14 2021 +0300

    Remove wrong change to language.

commit 5d32d1f796654d191176732bb171b49063d6e7e4
Author: schell244 <[email protected]>
Date:   Sun Sep 19 05:49:04 2021 +0200

    Scarlet Monastery: convert script texts to broadcast texts (#1337)

commit 6b4dec4bf5343f212ad33d60ec473e33b7e66212
Author: alexkulya <[email protected]>
Date:   Sun Sep 19 06:25:03 2021 +0300

    Added missing trainer greetings (#1253)

commit 026606d540782355e3142cba0a1319fe81476ad4
Author: Orozxy <[email protected]>
Date:   Sun Sep 19 05:23:44 2021 +0200

    Rework Midsummer Fire Festival Event (#1250)

    Two issues still remain:
    - Pole Dancing is interrupted upon moving.
    - No sniffs of spawn position for Flame of Stratholme (181348), Flame of Blackrock Spire (181347), Flame of the Scholomance (181349), Flame of Dire Maul (181346).

commit f654b36edc476acaf0e6fae2f86abff55b557179
Author: ratkosrb <[email protected]>
Date:   Tue Sep 14 14:51:13 2021 +0300

    Tabs to spaces.

commit fd1dbb00f7c7dc58e5e75f22d650794ebdacb52f
Author: ratkosrb <[email protected]>
Date:   Tue Sep 14 14:49:06 2021 +0300

    Fix some issues with mobs in Darkshore.

commit c99df865c51c1162e5cf6e63d0c22c09919899e0
Author: 놀린 <[email protected]>
Date:   Mon Sep 13 01:59:57 2021 +0200

    Compile with DEBUG_SYMBOLS by default (#1330)

commit 619be9817dbaa311e9d881d9c0f9b1fe51b9cebb
Author: GrenderG <[email protected]>
Date:   Thu Sep 9 18:10:37 2021 +0200

    Some fixes for EquipRandomGearInEmptySlots. (#1324)

commit 19e82e173cf9df46ba48bf262236df5950958238
Author: GrenderG <[email protected]>
Date:   Thu Sep 9 03:04:02 2021 +0200

    Fix Linux build. (#1323)

commit 328c7db9eac21bb9615cad6bb48053cb371d564f
Author: ratkosrb <[email protected]>
Date:   Thu Sep 9 03:22:26 2021 +0300

    Don't override specified role when applying spec template.

commit 1259c26b8c6ffec9aea1524b66a44b28c1c4e34c
Author: ratkosrb <[email protected]>
Date:   Thu Sep 9 02:33:40 2021 +0300

    Add config option to select bot gearing method.

commit 18839e1a5a931224b08aae0f2d5a6197cf0b0d52
Author: schell244 <[email protected]>
Date:   Tue Sep 7 20:00:11 2021 +0200

    Restrict quest party accept to players which are in the same map (#1320)

    Co-authored-by: schell244 <>

commit 07028fae9c13a2c14e0ec72f716ae38984341b9d
Author: schell244 <[email protected]>
Date:   Tue Sep 7 19:58:13 2021 +0200

    Remove combo points on a creature when it evades (#1321)

    Co-authored-by: schell244 <>
    Co-authored-by: ratkosrb <[email protected]>

commit 169f898c340962b9fa1a2e14bb9dcf5eaf8c17df
Author: ratkosrb <[email protected]>
Date:   Sun Sep 5 20:19:10 2021 +0300

    Use const reference iterator when going through targets.

commit 3acee95d2e3256a6ea1398ef1d079a78c4a7493c
Author: ratkosrb <[email protected]>
Date:   Sun Sep 5 20:17:47 2021 +0300

    Implement Threat Only On Miss spell attribute.

commit f5f4ce486292b0ba80e1d38fbaa205955a094b8c
Author: ratkosrb <[email protected]>
Date:   Sun Sep 5 06:07:27 2021 +0300

    Make player enter combat instantly upon launch of delayed explicitly targeted spell.

    Based on azerothcore https://github.com/azerothcore/azerothcore-wotlk/blob/ae8a78d90af6ed3cec05670c545516be7b862a54/src/server/game/Spells/Spell.cpp#L3687

commit d50a6a050f31bdd222047e75fec015e16c5604ee
Author: ratkosrb <[email protected]>
Date:   Sun Sep 5 04:53:24 2021 +0300

    Fix spell attributes No Initial Threat and Suppress Target Procs.

    Casting Blizzard no longer puts you in combat instantly.

commit c8cef536eb7af0c2bab9d945d9e974fcfa7d63b9
Author: 놀린 <[email protected]>
Date:   Mon Aug 30 17:17:29 2021 +0200

    Create 20210830151515_logon.sql

commit d3f74c7840b66a10534f3927bb242442c020c199
Author: ratkosrb <[email protected]>
Date:   Sun Aug 29 00:33:32 2021 +0300

    Rename shapeshift flags.

    https://github.com/cmangos/mangos-classic/commit/e69f3a6150eaa40785905dfbcc5ec6e5d76ec6c5

    https://github.com/cmangos/mangos-classic/commit/9b13a9abeb9b3254af2e3a37777ec5baafeb0cf1

commit f26d39b2772553124618608ff157121ab70acb4a
Author: killerwife <[email protected]>
Date:   Sat Aug 28 16:41:20 2021 +0300

    Spell: Fix implementation of resistance percentage mods wrongly altering unitfields.

    Credit to cmangos.

    https://github.com/cmangos/mangos-classic/commit/9439705c8213841b288e63075301b406cb6f6fc1

commit 73cab4e5a2aba6cc38d5e42afae2b54220da82e7
Author: ratkosrb <[email protected]>
Date:   Fri Aug 27 13:41:56 2021 +0300

    Don't enter combat when casting Arcane Missiles.

commit 47b6825336bda091b6fac353cb15808e9f29e82a
Author: ratkosrb <[email protected]>
Date:   Thu Aug 26 13:11:11 2021 +0300

    Add correct pre 1.3 areatrigger text for Dire Maul entrance.

commit 17c344042972314b0b1e93b0bfc0f284ea805afb
Author: ratkosrb <[email protected]>
Date:   Wed Aug 25 17:00:44 2021 +0300

    Don't trigger weapon procs on self.

commit 64e3f21d610a4177d7c448853c90444eaa90a196
Author: ratkosrb <[email protected]>
Date:   Wed Aug 25 16:44:30 2021 +0300

    Trigger weapon procs on any weapon based spell.

    https://us.forums.blizzard.com/en/wow/t/sap-applies-poisons/309762

    https://us.forums.blizzard.com/en/wow/t/rogue-bugs-not-in-original-wow/306408

    https://us.forums.blizzard.com/en/wow/t/rogue-cheap-shot-still-bugged/373969/4

    https://us.forums.blizzard.com/en/wow/t/concerns-regarding-rogue/297678

    https://eu.forums.blizzard.com/en/wow/t/rogue-sap-prepatchtbc-bug/276602

commit beadaf8d824fad86e2a3c2373b31b768e3a45102
Author: ratkosrb <[email protected]>
Date:   Wed Aug 25 15:17:27 2021 +0300

    Fix some items breaking stealth when they shouldn't.

commit dafa35e76d407b8536db0e4292676badcd2395af
Author: ratkosrb <[email protected]>
Date:   Tue Aug 24 18:54:25 2021 +0300

    Remove forgotten change.

commit 1503eae9cb3ca03b20c60f2320ad4b90827d2350
Author: ratkosrb <[email protected]>
Date:   Tue Aug 24 18:48:04 2021 +0300

    Rename and implement all aura interrupt flags.

commit b50cb732cdaebe4589b23c48a422e325e541a2e1
Author: ratkosrb <[email protected]>
Date:   Tue Aug 24 11:46:52 2021 +0300

    Fix value for slow cast speed mechanic used in db.

    Thanks to AnonXS for noticing.

commit 9216ef0513475c8fe2b8eb94e94121352a04717e
Author: ratkosrb <[email protected]>
Date:   Mon Aug 23 22:55:16 2021 +0300

    Fix issues with Aurius if he dies during the fight.

commit 95db1b640c1abb7e804fb3e7b2682912e412186e
Author: ratkosrb <[email protected]>
Date:   Mon Aug 23 18:42:01 2021 +0300

    Add forced cooldown on using instant spells during mind control.

commit 4516e62f46e4a62ce2cac69534d519dec99f610c
Author: ratkosrb <[email protected]>
Date:   Mon Aug 23 17:59:45 2021 +0300

    Fix two issues in Molten Core.

commit eef543dc1346c35b731ca7f3f9e8bd31bc58b73b
Author: ratkosrb <[email protected]>
Date:   Mon Aug 23 15:23:11 2021 +0300

    Prevent temporarily spawned chests that contain group wide quest items from despawning on loot.

commit d29ecdb1af11118cb8fed9874d9a673dbd7a8678
Author: ratkosrb <[email protected]>
Date:   Mon Aug 23 15:22:23 2021 +0300

    Delete temporarily spawned gameobjects after they despawn.

commit d548355190742ddfacd888f2024ce57c72257827
Author: ratkosrb <[email protected]>
Date:   Mon Aug 23 15:19:23 2021 +0300

    Make gobject info command work with selected object.

commit b8dd2d885afbb7db8eb1c4de4d7c53e6e0605498
Author: ratkosrb <[email protected]>
Date:   Mon Aug 23 12:36:06 2021 +0300

    Fix small issues with quest The Annals of Darrowshire.

commit 310dc0f775bd586f8ec626e27ef7da7970fca4b6
Author: ratkosrb <[email protected]>
Date:   Mon Aug 23 04:32:50 2021 +0300

    Fix duration of Intimidating Shout.

    Closes https://github.com/vmangos/core/issues/1306

commit daaa55b5f7b335b2cf221a2fdabbcd143232b7ba
Author: ratkosrb <[email protected]>
Date:   Mon Aug 23 01:58:23 2021 +0300

    Prevent gaining weapon skill while shapeshifted.

commit 57cefff35fd6340dfce6d04e59a22379103eef6d
Author: ratkosrb <[email protected]>
Date:   Mon Aug 23 01:49:02 2021 +0300

    Update spell proc flag names.

commit 4c921203c782f927a76e636c4f74ba971b4f5173
Author: ratkosrb <[email protected]>
Date:   Mon Aug 23 01:05:10 2021 +0300

    Reduce respawn of Fifth Mosh'aru Tablet to match that of Sixth Mosh'aru Tablet.

commit 09849a1283e1787882dbc96ad2e94674fb76af59
Author: ratkosrb <[email protected]>
Date:   Mon Aug 23 00:54:28 2021 +0300

    Fix Wyvern Sting not being removed on taking damage.

commit 61d328822d6591b21bc7b1639066afc798dbb505
Author: Warlockbugs <[email protected]>
Date:   Sat Aug 21 11:18:34 2021 +0300

    Fix unable to turn in quests with required items after crash.

    Credits to cmangos.

    https://github.com/cmangos/mangos-classic/commit/4b3d8e77b72a9afedb7075141c6479f8962ddd3f

commit 24bc69fa74992e3370e22a203189a1723f849dfa
Author: ratkosrb <[email protected]>
Date:   Sat Aug 21 11:05:41 2021 +0300

    Make sure creature equipment is reset when changing entry.

    Fixes Arko'Narin keeping her sword after respawn.

commit 1f6a8c20355acee28cbd471c111607ade5671f2b
Author: ratkosrb <[email protected]>
Date:   Fri Aug 20 14:59:10 2021 +0300

    Allow dwarf non-priests to take the MC attunement quest.

    Closes https://github.com/vmangos/core/issues/1313

commit 1743a8c314e6c18c9ad9f1faac0cd38d5a3eaca4
Author: ratkosrb <[email protected]>
Date:   Fri Aug 20 10:31:34 2021 +0300

    Fix quest The Battle of Darrowshire before patch 1.4.

commit 4ba6aa573c3afd4ebb82e11baa0b2c5959eb8d40
Author: ratkosrb <[email protected]>
Date:   Fri Aug 20 02:34:57 2021 +0300

    Do not consume Elemental Mastery if spell did not crit.

commit c7d85647f7f5331ce63c81facf8f2821748807b1
Author: ratkosrb <[email protected]>
Date:   Thu Aug 19 17:24:04 2021 +0300

    Fix incorrect handling of float subdamage in SMSG_ATTACKERSTATEUPDATE.

    It's the same value as the Int Damage in sniffs.

commit 82081b65aecd576ddab549e3ce156f429484ddd1
Author: ratkosrb <[email protected]>
Date:   Wed Aug 18 12:13:35 2021 +0300

    Fix not being able to level defense skill when a bonus is applied.

commit 5591fba5315c48f0c8aaafe366ff7a1ddb443ad8
Author: Drak <[email protected]>
Date:   Sat Aug 14 16:28:56 2021 +0200

    Fix pre-1.12 bracket breakpoints (#1309)

commit 410df08669549f26c98710defeee3412de427b0b
Author: ratkosrb <[email protected]>
Date:   Fri Aug 13 02:15:29 2021 +0300

    Remove wrongly added code to Player::SetRestType.

commit 4e5d73693819fadb3bde48e81d17f59a0b29fdeb
Author: killerwife <[email protected]>
Date:   Thu Aug 12 00:54:42 2021 +0300

    Adjust on shapeshift root and slow removal to latest research.

    Credit to cmangos https://github.com/cmangos/mangos-classic/commit/c89f96a34658d0d3b8a94023f15a870df077e81c

commit aa50cc391a2f890d8157d93e63fcda9d1b8e077f
Author: ratkosrb <[email protected]>
Date:   Tue Aug 10 07:21:42 2021 +0300

    Fix water breathing aura stacking issue.

    Closes https://github.com/vmangos/core/issues/1303

commit fc9afd11d7eb74412ecf64b0470e0fead799f903
Author: ratkosrb <[email protected]>
Date:   Tue Aug 10 04:42:20 2021 +0300

    Remove unused core script for Thadius Grimshade.

commit 114ddd3c9e6e72ad882c8461982c22f344193f79
Author: NickTyrer <[email protected]>
Date:   Tue Aug 10 02:26:48 2021 +0100

    Misc DB Fixes (#1248)

commit 60c80573057d6c6c1daee665b96b4ef78235d417
Author: 놀린 <[email protected]>
Date:   Fri Aug 6 17:25:12 2021 +0200

    Fix Linux build

commit 8d65dc35d1248499538d3c546bf3f2c49e612dd1
Author: ratkosrb <[email protected]>
Date:   Fri Aug 6 00:37:45 2021 +0300

    Add missing include.

commit 021a089644d8cd1883de1e52cd7db1a95e9c2bca
Author: Alex Johnson <[email protected]>
Date:   Thu Aug 5 17:23:25 2021 -0400

    Add quest progress and completion translations for French and German (#1299)

commit 9e2da1bd72eda46cfa2f9378afcaf66bc33028d7
Author: ratkosrb <[email protected]>
Date:   Thu Aug 5 08:55:17 2021 +0300

    Add packet logging option to movement anticheat.

    You can parse the logs with https://github.com/ratkosrb/wowpacketparser/tree/classic

commit a83040d8974c1bfc4a6585f35e059407ffcb82cc
Author: ratkosrb <[email protected]>
Date:   Thu Aug 5 01:57:02 2021 +0300

    Make multi jump and wall climb checks more aggressive.

commit cdda3be02a1673620b622de20e5051f04910392c
Author: NickTyrer <[email protected]>
Date:   Wed Aug 4 21:45:47 2021 +0100

    Correct Respawn Times For Firecrackers (#1298)

commit 32ec9008e0dffbec1ff1bcac60517da5562c84d0
Author: ratkosrb <[email protected]>
Date:   Wed Aug 4 23:12:21 2021 +0300

    Correct despawn time for lunar festival firecrackers.

commit 0afec22287a0ea38d573547402c936ae9199739c
Author: NickTyrer <[email protected]>
Date:   Wed Aug 4 17:52:43 2021 +0100

    Add Lunar Festival Firecracker Spawns(#1238)

commit 40e49ec3b5c95178e74b2e9ae54e97bea8ba033b
Author: ratkosrb <[email protected]>
Date:   Wed Aug 4 01:44:27 2021 +0300

    Add script to despawn lunar festival firecrackers.

commit 35392f94d5da5b47d0727da15127ea6471c703e3
Author: ratkosrb <[email protected]>
Date:   Wed Aug 4 03:33:37 2021 +0300

    Fix SMSG_DEFENSE_MESSAGE opcode.

commit 580c7f8ffa2bb7df0e74d80bba8de63b310722b1
Author: ratkosrb <[email protected]>
Date:   Wed Aug 4 01:36:39 2021 +0300

    Fix pre 1.11 build.

commit c228b4309c7193b3275958703072e45ab3ff01f6
Author: ratkosrb <[email protected]>
Date:   Tue Aug 3 20:54:35 2021 +0300

    Add a way to send defense messages to map.

commit b9fc6d118d83e557ad7cdc0a059a82f8aa61d676
Author: 놀린 <[email protected]>
Date:   Tue Aug 3 19:07:23 2021 +0200

    Add min/max version to CMakeList (#1224)

commit 09387bc0492f0f6fd4e21f1d556edc413cd3f2c8
Author: NickTyrer <[email protected]>
Date:   Tue Aug 3 17:53:26 2021 +0100

    Improve the Darkmoon Faire Event (#1235)

commit 5d36b053eed4f06b6cc004b5c1664c5eb68f628a
Author: namreeb <[email protected]>
Date:   Mon Aug 2 06:59:11 2021 -1000

    Full Warden Anticheat reimplementation (#1295)

commit 7b83d9952f32559b72f7094e389631f4a30ef7b0
Author: ratkosrb <[email protected]>
Date:   Sun Aug 1 18:52:48 2021 +0300

    Don't remove Mind Vision when target enters stealth.

commit 291e5d099a94a2a054e4f1267a0b1fcdcabb6aaa
Author: ratkosrb <[email protected]>
Date:   Sun Aug 1 02:16:26 2021 +0300

    Make rogue partybots enter stealth only is specific circumstances.

commit 5e3b67bc2959cea9abb94769e1d9142b687c7950
Author: ratkosrb <[email protected]>
Date:   Sat Jul 31 20:31:44 2021 +0300

    Add an extra point in Kaya Flathoof's path.

commit cbf550b889c43cf2ba99145beb88df734f6cc8c5
Author: ratkosrb <[email protected]>
Date:   Sat Jul 31 15:36:03 2021 +0300

    Remove duplicate world state update command.

commit 84a9498fe42b79eb429e92434dbba9aa534bb206
Author: Orozxy <[email protected]>
Date:   Sat Jul 31 13:50:14 2021 +0200

    Fix Necropolis despawning mechanic (#1292)

    Makes sure Necropolis Health gets killed after 3 hits even after some armor/dmg formulas changes.

commit 007a4ac0c7bac54d1528971641b9c1f2340a882d
Author: ratkosrb <[email protected]>
Date:   Thu Jul 29 21:23:55 2021 +0300

    Add missing gossip options to Barnil Stonepot.

commit c9dd8503758a1f43ffa6ffeffe356bbcdc564a4e
Author: ratkosrb <[email protected]>
Date:   Wed Jul 28 16:51:11 2021 +0300

    Add missing Coral Shark spawns in Swamp of Sorrows coast.

commit abcff7f07a6695dff5caf1341194cd0ec25d8671
Author: ratkosrb <[email protected]>
Date:   Wed Jul 28 03:14:23 2021 +0300

    Correct name of Black Tabby before patch 1.6.

commit a25538e1f7453079383c6b5455ff3cbd84e196ea
Author: ratkosrb <[email protected]>
Date:   Wed Jul 21 23:28:50 2021 +0300

    Delete custom AV summoner npcs.

commit 7ccd6ec05f2de79bd28d294bb58bc42642207e3d
Author: ratkosrb <[email protected]>
Date:   Wed Jul 21 13:13:09 2021 +0300

    Fix revision hash not being saved to uptime table.

commit 56a46ae440eb6be38d8043b0cc2a6a56a85b8999
Author: ratkosrb <[email protected]>
Date:   Wed Jul 21 03:27:05 2021 +0300

    Add ammo to hunter bots when they run out.

commit 800368121e48615884a483706dee185b4e40bbe5
Author: ratkosrb <[email protected]>
Date:   Mon Jul 19 13:34:47 2021 +0300

    Movement: Rename velocity to zspeed to better reflect its purpose.

commit c9befc34175ce9493e1de8966b728bf7842262c9
Author: Orozxy <[email protected]>
Date:   Sat Jul 17 18:43:12 2021 +0200

    Correct duration of Scourge Invasion events (#1278)

commit fd25e7634a54c88e8f601eccaba75ca390241b5b
Author: ratkosrb <[email protected]>
Date:   Fri Jul 16 02:17:58 2021 +0300

    Remove obsolete comment.

commit e35f99e9a6a368d6468e74c7e7730a352cd76a0d
Author: brotalnia <[email protected]>
Date:   Thu Jul 15 13:26:58 2021 +0300

    Make bots ignore fully immune targets.

commit 74dbf88733e432192b54843e080919386acb6bb2
Author: ratkosrb <[email protected]>
Date:   Wed Jul 14 17:36:03 2021 +0300

    Make some base class destructors virtual.

    Thanks to Jamey for noticing.

commit a80971c8de4bc4dadd9bef7ab0fe4d53f87cc47c
Author: ratkosrb <[email protected]>
Date:   Wed Jul 14 16:49:04 2021 +0300

    Check if pet can turn instead of target.

commit ac0b0494469ebd7923115d51a576515c7398465d
Author: ratkosrb <[email protected]>
Date:   Wed Jul 14 16:36:41 2021 +0300

    Fix talents that reduce cooldowns of pet spells.

    Credit to cmangos.

commit 067669e2dfc764bc00ca2f710dd9afa465d710ad
Author: ratkosrb <[email protected]>
Date:   Wed Jul 14 16:12:14 2021 +0300

    Refactor pet cast handler.

    Closes https://github.com/vmangos/core/issues/1277

commit 1a35a5a00743fd59ecc3cfdae02e09f154f826d8
Author: ratkosrb <[email protected]>
Date:   Tue Jul 13 13:45:40 2021 +0300

    Add spell lists for Den Mother and Thistle Cubs.

commit 16fca0aeb1a0177800b8ad1178cd060f1f0b9be4
Author: ratkosrb <[email protected]>
Date:   Tue Jul 13 09:31:10 2021 +0300

    Fix weapon switch global cooldown.

commit d1530259ee74d4921b2f1919e4f4c314e67029c2
Author: ratkosrb <[email protected]>
Date:   Mon Jul 12 17:33:52 2021 +0300

    Add missing spells to Darkshore and Ashenvale mobs.

commit 57643a799b56d8be93a59c10b029eef8e9c6a57a
Author: ratkosrb <[email protected]>
Date:   Mon Jul 12 15:46:29 2021 +0300

    Fix mistake in last commit.

commit f6db548dddb2bfe140ca809944e4d673d09148e9
Author: ratkosrb <[email protected]>
Date:   Mon Jul 12 15:45:07 2021 +0300

    Fix crash when passing nullptr target to CastSpell.

    Closes https://github.com/vmangos/core/issues/1276

commit 1b6a2e7a41bfd77cc4fc0a2ba526f42088c3aa4a
Author: ratkosrb <[email protected]>
Date:   Mon Jul 12 15:28:21 2021 +0300

    Correct some page texts based on cache data.

commit 5e8d04293abd6e508929a2fae21850de983a48e0
Author: ratkosrb <[email protected]>
Date:   Sat Jul 10 18:33:08 2021 +0300

    Remove left over config option for TBC feature.

commit 1b82e62581e596e134c35e3f361554e2d9e7192d
Author: ratkosrb <[email protected]>
Date:   Thu Jul 8 13:56:51 2021 +0300

    Vorsha the Lasher: Only reset Naga Brazier when Muglash reaches it.

commit 4084315dac0d85dbc33bbda197f3add193bb1eca
Author: ratkosrb <[email protected]>
Date:   Tue Jul 6 04:03:08 2021 +0300

    Prevent partybots from getting stuck in idle movement.

commit 84df3d447075b1938a8d693a6852798d658d4bb0
Author: ratkosrb <[email protected]>
Date:   Mon Jul 5 14:54:43 2021 +0300

    Make Den Mother and Thistle Cubs aggro together.

    Closes https://github.com/vmangos/core/issues/1266

commit 0be33d64297fa859752beca6f39bc39fe6bd580e
Author: ratkosrb <[email protected]>
Date:   Sun Jul 4 02:42:55 2021 +0300

    Move elevator transport map to transport manager.

commit ce8e87283b392f9f9abbbf4d419b685457663c12
Author: ratkosrb <[email protected]>
Date:   Sat Jul 3 15:17:00 2021 +0300

    Small refactor to last commit.

commit ffea5b6bee35a6854470b671f11b2547d7d5d537
Author: ratkosrb <[email protected]>
Date:   Sat Jul 3 15:10:52 2021 +0300

    Make bots use their trinkets.

commit 72b22aa3616555d79718aab561e9828280d039c5
Author: ratkosrb <[email protected]>
Date:   Sat Jul 3 14:31:06 2021 +0300

    Prevent partybots from breaking CC with AoE if target is marked.

commit 0c89cd776fd2ce1aef38965860f48ef11632130b
Author: ratkosrb <[email protected]>
Date:   Sat Jul 3 14:13:00 2021 +0300

    Fix a compiler warning in battlebot waypoints.

commit e776319fc455e68eb707bc197bfb42f49f235276
Author: ratkosrb <[email protected]>
Date:   Sat Jul 3 11:18:44 2021 +0300

    Send all elevator transports to player upon add to map.

commit cfeffb2ccb7eff71214d805a88ba72cc48364ab7
Author: ratkosrb <[email protected]>
Date:   Fri Jul 2 10:33:06 2021 +0300

    Add partybot aoe command.

commit f85fdfcb4ef71713be4591fdf4986f8529f0045a
Author: ratkosrb <[email protected]>
Date:   Fri Jul 2 09:43:46 2021 +0300

    Make partybots assist their pets.

commit b35d952135c1d323c80bb1ddca22b42eb4629093
Author: ratkosrb <[email protected]>
Date:   Fri Jul 2 09:34:50 2021 +0300

    Add combustion to mage bots.

commit f0354ec2deb19b6f2762bd3ccaf207740563346b
Author: ratkosrb <[email protected]>
Date:   Fri Jul 2 09:22:54 2021 +0300

    Add smite to priest partybots.

commit 2cea02a35165752a849eb463a5b427862b08973c
Author: ratkosrb <[email protected]>
Date:   Fri Jul 2 09:16:38 2021 +0300

    Reset partybot spell data on learning new spells.

commit 889bb511b3564b387ac5d347f1b6bb39d3ffa8f5
Author: ratkosrb <[email protected]>
Date:   Thu Jul 1 22:29:42 2021 +0300

    Fix quest complete speells before 1.12.

    Closes https://github.com/vmangos/core/issues/1258

commit 002997578eb07995da1b7f680c6fcfd741771eb5
Author: NickTyrer <[email protected]>
Date:   Thu Jul 1 19:05:48 2021 +0100

    Make Mistletoe Response be cast by the target (#1259)

commit 6a52633b8dc879f1f2fd2764e1df62e96fcf30fc
Author: breeches <[email protected]>
Date:   Thu Jul 1 11:31:51 2021 +0100

    Make Lakota Windsong speak at end of Free At Last (#1257)

commit dc8300c432405e8dba73671c637b8a6c2978f697
Author: ratkosrb <[email protected]>
Date:   Wed Jun 30 19:31:49 2021 +0300

    Make warlock bots only cast banish if fighting multiple attackers.

commit 39a168069f9ed792ced42adba7779ea780650f0d
Author: ratkosrb <[email protected]>
Date:   Tue Jun 29 03:13:17 2021 +0300

    Add tauren detection test results in comment.

commit e378b92641a66d5da45a31154f81431fedd63d60
Author: ratkosrb <[email protected]>
Date:   Mon Jun 28 05:39:21 2021 +0300

    Correct stealth detection calculations to match classic measurements.

commit a99d5c262b816ca3f015e2684d7a8129dae52828
Author: ratkosrb <[email protected]>
Date:   Thu Jun 24 19:39:10 2021 +0300

    Add missing charm effect for Hex of Jammal'an.

    Closes https://github.com/vmangos/core/issues/1246

commit bc977a782b2927fd0ec33e804a302d470f09f4a1
Author: ratkosrb <[email protected]>
Date:   Thu Jun 24 03:40:23 2021 +0300

    Fix queries in player dump commands.

commit 185b05c05211cc81577338cd54531b6e08b97db1
Author: stfx <[email protected]>
Date:   Wed Jun 23 02:56:15 2021 +0300

    Fix detecting a few indoor locations in 1.12.1

    Credits to cmangos https://github.com/cmangos/mangos-classic/commit/df9a08b63aa4006c6bd660f34036fa9143d73343

commit 85691e34a762ec9f20ebb75f018cdbfb8ca4302a
Author: ratkosrb <[email protected]>
Date:   Wed Jun 23 00:35:30 2021 +0300

    Use pathfinding when returning pet to stay position.

    Closes https://github.com/vmangos/core/issues/1242

commit 7aaa9c34d653a8b54b9ec8f6a1fd757ff610af32
Author: ratkosrb <[email protected]>
Date:   Tue Jun 22 20:51:08 2021 +0300

    Refactor BuildMovementUpdate and fix elevators in pre 1.9 clients.

commit 5dd6f8b4603361a4f49163e110cfdf2d8614b7d6
Author: ratkosrb <[email protected]>
Date:   Tue Jun 22 15:59:00 2021 +0300

    Fix a possible crash in HandleMoveTimeSkippedOpcode.

commit 9715f1c62487041b436562b1edd3fe634cf4a071
Author: ratkosrb <[email protected]>
Date:   Tue Jun 22 14:18:32 2021 +0300

    Prevent assisting againt player outside of visibility range.

commit 3b1a1bb38364202678f5f017b70022b21b1c5334
Author: VladimirMangos <[email protected]>
Date:   Tue Jun 22 13:10:41 2021 +0300

    Fixed money reward for max level and repeatable quests

    Credits to cmangos https://github.com/cmangos/mangos-classic/commit/afadd1c5b2cf0556300706f22f387c0a302404eb

    Closes https://github.com/vmangos/core/issues/1211

commit 62df7b48eb622344b18913708d3d06701ff55073
Author: ratkosrb <[email protected]>
Date:   Mon Jun 21 23:57:50 2021 +0300

    Make warlock bots send their pet to attack.

commit 7ab296fa6046ffdc67d0eebdba4db62a4b748035
Author: ratkosrb <[email protected]>
Date:   Mon Jun 21 20:43:30 2021 +0300

    Fix another migration error.

commit b9c8b49d715e6fb4f634df73bc1d618975acb863
Author: ratkosrb <[email protected]>
Date:   Mon Jun 21 19:47:20 2021 +0300

    Fix error in migration.

commit afe16d6d71bcd5f459bca40983b800b44f08a2f5
Author: ratkosrb <[email protected]>
Date:   Mon Jun 21 19:07:39 2021 +0300

    Add spell lists for a few other healer mobs.

commit c3f4058133488edd146b96185ad61e95cf8e14c5
Author: ratkosrb <[email protected]>
Date:   Mon Jun 21 16:49:57 2021 +0300

    Fix not being able to mount in shallow water.

commit 259ce980953eed066ef26036a53797f1639cc8d1
Author: ratkosrb <[email protected]>
Date:   Mon Jun 21 16:27:40 2021 +0300

    Add spell list for Skullsplitter Spiritchaser.

commit 26b88d59b9be0527931f1ec3ada366f673898327
Author: ratkosrb <[email protected]>
Date:   Mon Jun 21 16:12:32 2021 +0300

    Deviate Guardian and Sunscale Screecher should call for help.

commit 808ec9801870ae926fa037f100bca4d2c3efa2d8
Author: ratkosrb <[email protected]>
Date:   Mon Jun 21 15:47:21 2021 +0300

    Implement targeted emotes.

commit d2602e042f49975535db264a80818e77ec9869a8
Author: ratkosrb <[email protected]>
Date:   Mon Jun 21 02:40:03 2021 +0300

    Tabs to spaces.

commit 6d836a5dec49e5c3cad18c8c801827b2cb2a3a4f
Author: ratkosrb <[email protected]>
Date:   Mon Jun 21 02:33:34 2021 +0300

    Make sure druid bots leave form if their role is changed to healer.

commit 26e1c89352f09f0d5d2eada97d60bfbe49689e9c
Author: Ariel Oak <[email protected]>
Date:   Sun Jun 20 17:57:04 2021 -0400

    Fix build for pre 1.9 clients (#1240)

commit 6ab5a4dcf4c66a8fe14f0a959527e683b42d4cd6
Author: ratkosrb <[email protected]>
Date:   Sun Jun 20 15:22:29 2021 +0300

    Fix new characters starting with rested xp.

commit 8be9786b14916340e4ec72ae2009db5de815eff7
Author: ratkosrb <[email protected]>
Date:   Sun Jun 20 15:17:22 2021 +0300

    Fix conditions for bots to use Heroic Strike.

commit aca022e94b0fbc95a4e4937910077b61ad55abdb
Author: NickTyrer <[email protected]>
Date:   Sun Jun 20 13:08:30 2021 +0100

    Misc DB Fixes (#1197)

commit 8a56147489e84173d54ad2c8fae36de28ddcc7de
Author: ratkosrb <[email protected]>
Date:   Sun Jun 20 13:55:28 2021 +0300

    Remove obsolete comments for Update Entry script command.

commit 0bada1e297f15702397a9fb9018dc6b49db77cc9
Author: ratkosrb <[email protected]>
Date:   Sun Jun 20 13:06:02 2021 +0300

    Add random gameobject target type.

commit 79efe80ae39d94a5e52b71179583509b1df75899
Author: ratkosrb <[email protected]>
Date:   Sat Jun 19 21:11:03 2021 +0300

    Do not interrupt channeled spells on interacting with gameobject.

    Closes https://github.com/vmangos/core/issues/1234

commit 2f1ee8a65a6eaec6f5cd25b4906913aca1d2566e
Author: ratkosrb <[email protected]>
Date:   Sat Jun 19 14:17:48 2021 +0300

    Correct data based on cache.

commit 7683fe62bd61825e6156ec71121d422163c1b1bd
Author: ratkosrb <[email protected]>
Date:   Fri Jun 18 21:49:24 2021 +0300

    Fix no pch build.

commit ba35193f7cbd879ee6eca55cc6a1c6bb4cf9f0c2
Author: ratkosrb <[email protected]>
Date:   Fri Jun 18 18:00:35 2021 +0300

    Add missing fake transport check and fix middle car in deeprun tram.

commit 29024150f7492eb7d6eaadd279b0b1f0b629fe7f
Author: ratkosrb <[email protected]>
Date:   Fri Jun 18 14:51:41 2021 +0300

    Add missing removal of auras on interact in a few places.

commit 3f3f190f028f0648ae7f714bcb1323c5da6338bb
Author: ratkosrb <[email protected]>
Date:   Fri Jun 18 14:39:04 2021 +0300

    Add missign spell interrupt flags and rename existing ones.

commit 6bf7401bd47d40d6fd54b65e9f9d4b5b394bf54a
Author: ratkosrb <[email protected]>
Date:   Fri Jun 18 14:36:59 2021 +0300

    More refactoring to transports code. (#1227)

    * Bring transport code closer to cmangos.

    * Add missing declaration and check for unloading grid.

    * Override departure time with db period.

    * Move pet boarding to movement generator.

    * Send path progress for elevators too.

    * Allow boarding mind controlled creatures to transport.

    * Check target's transport.

    * Fix Eye of Kilrog.

    * Remove some not needed changes and fix pet facing.

    * Remove guid from transport table.

    * Remove debug printf.

commit 11fe48f8e5764aedd5270430d8a19c3392991ab3
Author: ratkosrb <[email protected]>
Date:   Mon Jun 14 18:54:25 2021 +0300

    New database release.

    Includes updated locales for asian languages thanks to ModoX!

commit dd101b872f461a6a03276f75781305bc49404dc1
Author: ratkosrb <[email protected]>
Date:   Mon Jun 14 12:07:10 2021 +0300

    Fix wrong target for Tame Ice Claw Bear before 1.12.

    Closes https://github.com/vmangos/core/issues/1225

commit f1567deab746ff8bfb745296c53923389f5d0066
Author: ratkosrb <[email protected]>
Date:   Mon Jun 14 09:10:01 2021 +0300

    Fix position of Velinde Starsong for quest The Scythe of Elune.

commit cacef79f1baa5d57e296c179022453eb6a9f448a
Author: ratkosrb <[email protected]>
Date:   Sat Jun 12 20:53:58 2021 +0300

    Improve Buru the Gorger's phase transition.

commit 4e91fb3be7f06de53ef244922d18156a91aeb385
Author: GrenderG <[email protected]>
Date:   Sat Jun 12 18:24:43 2021 +0200

    Fix Linux build. (#1219)

commit ab62382433a369ccc795739ac8f4295096c19e9f
Author: schell244 <[email protected]>
Date:   Sat Jun 12 07:40:57 2021 +0200

    Fix loot for Slimy Bag, Oozing Bag and Scum Covered Bag (#1216)

commit edfe11d046b9a56cd8d1c2afd4c4aff3c2f3248e
Author: ratkosrb <[email protected]>
Date:   Sat Jun 12 08:30:14 2021 +0300

    Fix issues with Nefarian.

commit 35600c40fff1db21d9fb142315b64a43c1439cd8
Author: ratkosrb <[email protected]>
Date:   Fri Jun 11 09:18:45 2021 +0300

    Fix mind control movement in old clients.

commit 1b3e1b594056274c18e827dc7b4c1706f1e846ba
Author: ratkosrb <[email protected]>
Date:   Thu Jun 10 17:37:00 2021 +0300

    Allow party bots to follow player on transport.

commit 35911ef91cc493ede52dc787f907ce4838f78544
Author: ratkosrb <[email protected]>
Date:   Thu Jun 10 16:06:57 2021 +0300

    Small improvement to Shaman, Rogue and Priest bots.

    Closes https://github.com/vmangos/core/issues/1214

commit 545c35214ac6c400558b11d45978cf1dda4939e7
Author: ratkosrb <[email protected]>
Date:   Thu Jun 10 15:07:19 2021 +0300

    Remove spell mods for Mind Flay.

    Closes https://github.com/vmangos/core/issues/1207

commit 8cd6defb4c57ee8650d262a6cf6f13ebc4c3cd5f
Author: ratkosrb <[email protected]>
Date:   Thu Jun 10 10:54:55 2021 +0300

    Move AuraSaveStruct definition.

commit dc3d8cea4c18fcedec467d742f5e3031e0b87c74
Author: ratkosrb <[email protected]>
Date:   Thu Jun 10 10:45:53 2021 +0300

    Relocate player to transport's map on login.

commit 5af5b4853da03715a900837427d113a97059c2f2
Author: ratkosrb <[email protected]>
Date:   Thu Jun 10 10:45:18 2021 +0300

    Add distance check for movement on transport.

commit 0c2ee9921731ea4b5a710fc77001db233df80709
Author: Orozxy <[email protected]>
Date:   Wed Jun 9 13:49:56 2021 +0200

    Reimplement the Scourge Invasion event. (#1204)

    Co-authored-by: ratkosrb <[email protected]>

commit 290980c8e50daf27785edab31980b334fef03e13
Author: ratkosrb <[email protected]>
Date:   Wed Jun 9 07:33:19 2021 +0300

    Update all character database tables to use lowercase column names.

    Now there is a consistent naming style. Previously some tables were mixing up to 3 different styles. Also cleaned up unused tables and fields.

commit 55741f4ce152f387c538d03ce873e64e0eb9954b
Author: ratkosrb <[email protected]>
Date:   Mon Jun 7 08:57:59 2021 +0300

    Change starting energy to 100.

commit b106619ab7f508083b11069ce0bce785c5657dae
Author: ratkosrb <[email protected]>
Date:   Mon Jun 7 08:47:38 2021 +0300

    Improve description of Player::Create.

commit f5cc75e422a1a5a3b9ccb5ff4a1ce28bacd04f7b
Author: ratkosrb <[email protected]>
Date:   Mon Jun 7 08:34:33 2021 +0300

    Create new characters directly in the database.

commit 45836c24bbaf7ae7ab6615b27b53a1809893b064
Author: ratkosrb <[email protected]>
Date:   Mon Jun 7 04:04:44 2021 +0300

    Correct stats of Living Flame and fix auras and regen of creature guardians.

commit 926e47f1649b59f12954c383962bc25818c9a5f5
Author: ratkosrb <[email protected]>
Date:   Sun Jun 6 13:01:17 2021 +0300

    Don't cast learned spells during character creation.

commit cae13812cc3c36856c40e2aa7b78a1e229894a19
Author: ratkosrb <[email protected]>
Date:   Sun Jun 6 10:36:08 2021 +0300

    Fix build for old versions and add chinese 1.6 versions.

commit a5775dec0aaeb1655dae1e59b1ac590027d10e38
Author: WobLight <[email protected]>
Date:   Sun Jun 6 00:05:50 2021 +0200

    Rework stealth calculation (#1106)

commit 6408dc1e269e4a3b220ee857cb5b2eb7af52bce0
Author: NickTyrer <[email protected]>
Date:   Sat Jun 5 23:01:43 2021 +0100

    Correct Spell Effect for Spell Mistletoe (#1213)

commit fb91e33eb92d1aa34c86caff83a0fc73c6141ac0
Author: Warlockbugs <[email protected]>
Date:   Wed Jun 2 09:46:39 2021 +0300

    Revamp of mirror timers and environmental APIs

    https://github.com/cmangos/mangos-classic/commit/bf00a047bed5fdf736f3308a1d8b2947ac11a3c3

commit 986e1939f85fc69dc3d09eeac17f41d0cd10e32a
Author: GrenderG <[email protected]>
Date:   Wed Jun 2 02:08:26 2021 +0200

    Fix GNU/Linux build. (#1210)

    * Fix :penguin: build.

    * Rename declared class.

commit a41f527df2171035c3d8f3492516020aae4be0e0
Author: alexkulya <[email protected]>
Date:   Tue Jun 1 20:31:59 2021 +0300

    Fixed compilation with anticheat (#1209)

commit c540bbbfd2bf3978dc8cf200c115533e8f0031d6
Author: ratkosrb <[email protected]>
Date:   Tue Jun 1 20:30:37 2021 +0300

    Remove Headless Horseman script file.

    That event does not exist in Vanilla.

commit 65210cda344666c94097fce46be6f1cd6b265a97
Author: ratkosrb <[email protected]>
Date:   Tue Jun 1 20:20:06 2021 +0300

    Rename member variables and add enum for player rest state.

    https://github.com/cmangos/mangos-classic/commit/4143cc3ac2ede9664f3f177515eb8073245c0ee3

    https://github.com/cmangos/mangos-classic/commit/751e1bea741811af7c8e84a28b9754e09e27733d

commit 2db8ac565abf8bc70103fcac6182e1670bb21a00
Author: Killerwife <[email protected]>
Date:   Tue Jun 1 19:43:58 2021 +0300

    Introduce common logic for BeforeVisibilityDestroy for all cases.

    https://github.com/cmangos/mangos-classic/commit/4321e80628fc657f8ce9d3cc695855d0fb2ae2de

commit 39afde530776efe041d58f8c2ff5532da74c0799
Author: ratkosrb <[email protected]>
Date:   Tue Jun 1 19:18:40 2021 +0300

    Implement pathing on elevators and improve extractors. (#1206)

    * Implement GAMEOBJECT_TYPE_TRANSPORT serverside position simulation

    https://github.com/cmangos/mangos-classic/commit/a0a9ebfb641146d347c10d2bd6348c560914d2ed

    * Implement Boarding and Unboarding for GO type 11 TRANSPORT

    https://github.com/cmangos/mangos-classic/commit/3b3ff84751f264a06b1ed92c5d439c756404e8af

    * Fix issues with boats.

    * Rename DARK_WATER to DEEP_WATER.

    Cherry picked from https://github.com/cmangos/mangos-classic/commit/bf00a047bed5fdf736f3308a1d8b2947ac11a3c3

    * Mmap generation improvements

    https://github.com/cmangos/mangos-classic/commit/ee121a78542f28acfe152a89c8f4e9e8cb28ef50

    * Replace use of 'new' with CreateGameObject.

    * Implement Gameobject model mmap extraction and loading

    https://github.com/cmangos/mangos-classic/commit/91291db3928feff80fa9066f65dea08ec551169a

    * MMAP: Add mmap extractor option to only extract GO models

    https://github.com/cmangos/mangos-classic/commit/add3e1f6e5b9cfa67454eaf1367c65f6ae032917

    * Rename a few local variables in buildGameObject to match cmangos.

    https://github.com/cmangos/mangos-classic/commit/ac98ef2cc9ee52ba425af35fe15c20f46686dd5c

    * Implement support for transport pathfinding and teleporting onto transport

    https://github.com/cmangos/mangos-classic/commit/d6bb14ce3dd394ee0b6d5c08e034c35775e8e63e

    * MMap: Adjust default parameters in favor of proper extraction of gameobjects

    https://github.com/cmangos/mangos-classic/commit/15ba386aac01ccac95c40d5a196ecd1e5b595ac8

    * MMap: Add building of all transports

    https://github.com/cmangos/mangos-classic/commit/99fcbe1a58ee61ac3a1904cd1cb015a7c0e86ab4

    * Transport: Make movementInfo pos and tpos reference

    https://github.com/cmangos/mangos-classic/commit/ff0df5e811f7f1ad5753778b94d5b6b0ca6d047d

    * Transport: Add readout to HandleGPSCommand for transport pos

    https://github.com/cmangos/mangos-classic/commit/c2cb0050f412b174cf2d359c47b086b1f6c7bf6d

    * Transport/Object: Minor refactor of position fetching for UPDATEFLAG_HAS_POSITION

    https://github.com/cmangos/mangos-classic/commit/f758a22f39bbf46af8b4a2d2514fa99c09e37b75

    * Transport/MMAP: Add help output for new --onlyGO switch

    https://github.com/cmangos/mangos-classic/commit/0f8a8d1bd8ad03ba9285499118c77b2589d5b85b

    * Increase visibility range of transports.

    * Do not use UPDATEFLAG_TRANSPORT for corpses

    https://github.com/cmangos/mangos-classic/commit/018bccf6ca43338d098ae8b996c26bc867c784ec

    * Transport: Fix order and sign of transport type 11 coordinates

    https://github.com/cmangos/mangos-classic/commit/f8002fe061811805fc3f6f27087481be9e834759

    * Transports: Remove redundant if (GetGoState() == GO_STATE_READY) block in TBC

    https://github.com/cmangos/mangos-classic/commit/36c8c2dfd380b331667cee463e04d8f7747f7266

    * Transports: Fix orientation of GO type 11 in vanilla and tbc using proper quat computation

    https://github.com/cmangos/mangos-classic/commit/08004564acaeee6e20e76180a1073c4eb1f17c20

    * Vmap: Search upward for finding height if below is nothing

    https://github.com/cmangos/mangos-classic/commit/c124b3eb8579ae2dcbf1d8ab30ee5249701fad9e

    * MapExtraction: Fix water height redundancy algorithm ignoring no water

    https://github.com/cmangos/mangos-classic/commit/9b39a41774b145bcb1e5a49038a030f6739d91a9

    * VMAP: Replace string* with vector of strings

    https://github.com/cmangos/mangos-classic/commit/884452ef54cc265d326dc56e6cef3994794c3db

    * Vmap: Port MOPY flag usage from TC and introduce back mogpflag usage for lighting groups

    https://github.com/cmangos/mangos-classic/commit/0666136d0d6cc6843fad1eb4286aee83df1dea01

    * Vmap: Introduce skipping of antiportals

    https://github.com/cmangos/mangos-classic/commit/2cee1027baeebef3646b2645ec95d8d079e6da89

    * Transports: Also print orientation in gps command

    https://github.com/cmangos/mangos-classic/commit/6effe3f0786bf1d67a722f7379cc533083247475

    * Mmap: Do not register and extract GO displayid 462 and 562

    https://github.com/cmangos/mangos-classic/commit/328ef02c05a36867772c08f3cb3d8de116719619

    * Increase map version.

    * Fix version check.

    Co-authored-by: Killerwife <[email protected]>
    Co-authored-by: Laizerox <[email protected]>

commit 2368e0470ce2b22d1c527172ab48c7cf4660c81d
Author: ratkosrb <[email protected]>
Date:   Sun May 30 06:50:41 2021 +0300

    Check if player has hostile reference for creature before removing from threat list when leaving visibility range.

commit b1b43ca7f96654d598a5a53b4b2e125db308f949
Author: ratkosrb <[email protected]>
Date:   Sun May 30 01:15:36 2021 +0300

    Fix mistake in last commit.

    Firefox is broken and ctrl+c does not copy anything on github, so it pasted the unit flags i had copied earlier instead...

commit 373845acac72dad03cf25c8ce587ee675a0bdd64
Author: ratkosrb <[email protected]>
Date:   Sun May 30 01:09:06 2021 +0300

    Add Belfry Bat spawns to Hourly Bells event in Brill.

    Closes https://github.com/vmangos/core/issues/1156

commit ac57073094f7ea0f0b16fdc3afec2ecc876efd5e
Author: ratkosrb <[email protected]>
Date:   Fri May 28 16:45:07 2021 +0300

    Fix issues with Hurley Blackbreath.

commit 2de058e827311e14b2a00266acca7f11ede39525
Author: ratkosrb <[email protected]>
Date:   Fri May 28 14:12:44 2021 +0300

    Triggered dot aura by Wyvern Sting should be a debuff.

commit ae3882e13332c32ababd052bf25205a5eae1fa3d
Author: ratkosrb <[email protected]>
Date:   Thu May 27 17:29:04 2021 +0300

    Add missing Gold Vein (1734) spawns.

commit 4f50efa9cde5596d2ac47b772dbc9916636c22fd
Author: ratkosrb <[email protected]>
Date:   Wed May 26 15:51:11 2021 +0300

    Add missing Copper Vein (103713) spawns.

commit c0d3ce325674ec5566129d7c4f398be623b3f288
Author: ratkosrb <[email protected]>
Date:   Wed May 26 15:33:15 2021 +0300

    Add missing Copper Vein (2055) spawns.

commit 7ace496c96cfc9da4665502a3d2b0fdc7e90aef2
Author: ratkosrb <[email protected]>
Date:   Wed May 26 15:22:03 2021 +0300

    Add missing Copper Vein (3763) spawns.

commit fc49ca36a47ca8075725f3733e83b4abb5e0577b
Author: ratkosrb <[email protected]>
Date:   Tue May 25 21:41:20 2021 +0300

    Add missing Copper Vein (1731) spawns.

commit ec36159ffb73995f10d87ffae5d61c70f1f82bd8
Author: ratkosrb <[email protected]>
Date:   Tue May 25 21:23:03 2021 +0300

    Move more Copper Vein spawns to correct pool.

commit b6badb9dd611c8912b6998faf70df9bb66dd75b0
Author: ratkosrb <[email protected]>
Date:   Tue May 25 19:18:42 2021 +0300

    Move some copper veins to correct pool for zone.

commit 816fd0774b11a0e13d955eb9209f121b7699ff0a
Author: GrenderG <[email protected]>
Date:   Tue May 25 00:38:20 2021 +0200

    Remove bots if the original leader changed and it's not in party anymore. (#1195)

commit fee640f562886df3a2c69e9e615846b391bd11eb
Author: ratkosrb <[email protected]>
Date:   Tue May 25 01:25:44 2021 +0300

    Make hunter bots cancel feign death once threat is gone.

commit 8ccba9d4f087af0dd5be20754120dc2f75f10715
Author: ratkosrb <[email protected]>
Date:   Tue May 25 00:59:56 2021 +0300

    Satisfy all item requirements when creating partybot clones.

commit 76d60488e0011f26d1c9b91968340e01b084ad51
Author: ratkosrb <[email protected]>
Date:   Mon May 24 17:49:00 2021 +0300

    Use Reset Button command in Vorsha the Lasher script.

commit 900822dbd9871a3f6a3c6bf44eba6603575eb4ef
Author: ratkosrb <[email protected]>
Date:   Mon May 24 17:26:33 2021 +0300

    New script for quest Guardians of the Altar.

    Closes https://github.com/vmangos/core/issues/1102

commit 06c4945ad27d718f9e611878f15e7c8052c9b765
Author: ratkosrb <[email protected]>
Date:   Sun May 23 15:42:15 2021 +0300

    Fix buyback slot items not displaying properly after map change.

commit 3c979104e0942962a7f589143d951aad31696d6b
Author: ratkosrb <[email protected]>
Date:   Sat May 22 16:37:42 2021 +0300

    Add option to react to any unit in LoS in EventAI.

commit 19dea3dde97710967d8f5fd7e4458f15072dbeb1
Author: ratkosrb <[email protected]>
Date:   Sat May 22 14:48:07 2021 +0300

    Add missing texts for quest Freedom for All Creatures.

commit 5861be8bc3495f2046603b0e5adb61bed54dae40
Author: ratkosrb <[email protected]>
Date:   Sat May 22 14:47:27 2021 +0300

    Fix Curgle Cranklehop's gossip menu.

commit dbfb07270c72fad63fe71d565bfb7bc9f9a2cfa1
Author: ratkosrb <[email protected]>
Date:   Sat May 22 02:12:53 2021 +0300

    Make sure mobs attacked by Guardian Pet are tagged for owner.

commit b3a8a89fe34c42be970473844a4543f42a48ea79
Author: ratkosrb <[email protected]>
Date:   Fri May 21 18:29:36 2021 +0300

    Correct wrong spell ids in creature scripts.

commit e354d585031bea0775996535e98dd3426757b776
Author: ratkosrb <[email protected]>
Date:   Fri May 21 16:58:48 2021 +0300

    Revert changes to Thrash spell id.

commit ece8ff58dd0580aebcb46d8080cd687040daa4b7
Author: ratkosrb <[email protected]>
Date:   Fri May 21 16:42:03 2021 +0300

    Correct wrong spell ids in creature template.

commit 039abd821cbb1a9f8586f2b78c4f4e0eb8bcab6c
Author: ratkosrb <[email protected]>
Date:   Fri May 21 16:05:38 2021 +0300

    Correct wrong spell ids in creature spell lists.

commit 198c75e17a81aea8adf464015ee7f68162d1a540
Author: ratkosrb <[email protected]>
Date:   Thu May 20 21:56:43 2021 +0300

    Remove unused function.

commit ad64a9600306c393d209ed72563f8888923177bc
Author: ratkosrb <[email protected]>
Date:   Thu May 20 21:52:10 2021 +0300

    Use signed ints for periodic aura timer.

commit 75d3992d35efd9b57bb8a994447582bc58c746db
Author: ratkosrb <[email protected]>
Date:   Thu May 20 21:51:29 2021 +0300

    Convert more doubles to floats in uldaman script.

commit 1254bcb8e2f89d2cd84fd1d7b603b59b52b25be0
Author: ratkosrb <[email protected]>
Date:   Thu May 20 20:48:32 2021 +0300

    Capitalize letter V in startup message.

commit d3f73bf2b26efd57ea3393efe4de2d074963253e
Author: ratkosrb <[email protected]>
Date:   Thu May 20 20:45:24 2021 +0300

    Remove useless creature addon entries.

commit fb1158e8f8d080074bc9c90b62fda62da9eee973
Author: ratkosrb <[email protected]>
Date:   Thu May 20 17:05:59 2021 +0300

    Fix startup errors.

commit 0133c26930d13d120b8bd8851a328b337a13c696
Author: ratkosrb <[email protected]>
Date:   Thu May 20 15:51:28 2021 +0300

    Add separate area aura type for creature groups.

commit ac4de568592bc3783381112d7c6d198d71e83ee3
Author: ratkosrb <[email protected]>
Date:   Thu May 20 03:53:04 2021 +0300

    Initialize update field flags array in place.

commit 04da1fc1dcbecc4cdd17868769c467f4d1fd82c3
Author: ratkosrb <[email protected]>
Date:   Thu May 20 00:39:54 2021 +0300

    Remove duplicated comment.

commit bbebe20779df9edeec552048fa839553b5de6c28
Author: ratkosrb <[email protected]>
Date:   Thu May 20 00:37:32 2021 +0300

    Drop sha_pass_hash from account database.

    Credits to cmangos.

    https://github.com/cmangos/mangos-classic/commit/62b5e82ed841f61f1b63e7d36f6f95cedb902e69

    https://github.com/cmangos/mangos-classic/commit/f32b2b7c0aaa75276867802c5ed45ccc789370e9

    https://github.com/cmangos/mangos-classic/commit/daedec012069e469fbb288be6f704f9582cbfdae

    https://github.com/cmangos/mangos-classic/commit/af884f89756fdf57e94f28d81548b23544a621db

    https://github.com/cmangos/mangos-classic/commit/e0352ec083dad10bb8d624cbc19243d920ca7bc0

    https://github.com/cmangos/mangos-classic/commit/f0c4bb58e47edc0835be949ede3574bd6cb0cf13

    Account creation template: https://github.com/masterking32/WoWSimpleRegistration

commit b93fdf101e2397b53f9213ea857dfd80269db906
Author: ratkosrb <[email protected]>
Date:   Wed May 19 13:33:23 2021 +0300

    Fix another migration.

commit 9b0c0427d15f1814d112d6d53d7c062adb2b2f61
Author: ratkosrb <[email protected]>
Date:   Wed May 19 12:47:11 2021 +0300

    Correct texts and emotes for many quests.

commit 54366f6e8691abea93e5d5e8c42071c7f2e1cba5
Author: GrenderG <[email protected]>
Date:   Wed May 19 11:19:53 2021 +0200

    Removed Theramore TBC spawns. (#1201)

commit 359aa95314605854b4cb1b876e0c444b3e6bdd88
Author: schell244 <[email protected]>
Date:   Wed May 19 11:17:09 2021 +0200

    Add coin loot to fishing trunks (#1196)

commit 0d298dd9c3aa075411a828b710056f6c75487829
Author: GrenderG <[email protected]>
Date:   Wed May 19 11:15:22 2021 +0200

    Cast ZoneOrSort to int32 instead of uint32 since it can be negative. (#1194)

commit 44312c3b79b5eca94d613ec056da41bb0dce8071
Author: GrenderG <[email protected]>
Date:   Wed May 19 11:15:06 2021 +0200

    Fix damage and armor of starting mobs. (#1193)

    * Fix damage and armor of starting mobs.

    * Mindless Zombie should only have 15 armor.

commit e349565acb8a358aa021fa0b23090f4626fd72d3
Author: GrenderG <[email protected]>
Date:   Wed May 19 11:14:02 2021 +0200

    Add field names for SMSG_PETITION_QUERY_RESPONSE. (#1192)

commit dd8843cc27ff2cae30f28f961238832c881f54ac
Author: GrenderG <[email protected]>
Date:   Wed May 19 11:13:33 2021 +0200

    Reworked Norgannon events and removed wrong spawns. (#1190)

commit d324658d32de53c72dab348ff61711ed556d9aa2
Author: ratkosrb <[email protected]>
Date:   Tue May 18 11:56:47 2021 +0300

    Fix a migration.

commit 67c58acd53efe9552c43457ae87e36f24cea2d2a
Author: ratkosrb <[email protected]>
Date:   Mon May 17 13:32:46 2021 +0300

    Define targets for Ashbringer aura.

commit a001a71c1ed7b5ed84493be056b85fe57dcdda07
Author: ratkosrb <[email protected]>
Date:   Mon May 17 12:36:30 2021 +0300

    Reduce Kindal Moonweaver's respawn time.

commit 843ac7acc538586bc7cfecd3abb22b3f6427874d
Author: ratkosrb <[email protected]>
Date:   Mon May 17 12:25:41 2021 +0300

    Define targets for Golemagg's Trust.

commit ae38ef93afc295e4ea283257a23aabc655c9a54e
Author: ratkosrb <[email protected]>
Date:   Mon May 17 12:08:24 2021 +0300

    Fix Improved Drain Soul.

commit 23b547840a28f88571d79e339b0c37f4444f8c9d
Author: ratkosrb <[email protected]>
Date:   Sun May 16 19:30:03 2021 +0300

    Add even more Giant Clam spawns.

commit 3f848afc257371849c018ea27fad9b5e3f34bd21
Author: ratkosrb <[email protected]>
Date:   Sun May 16 14:45:02 2021 +0300

    More Giant Clam fixes.

commit ab9dc6d33c0453d3d77c6c11431d45f86db65dec
Author: ratkosrb <[email protected]>
Date:   Sun May 16 13:55:00 2021 +0300

    Add another missing include.

commit 7b65aa52a359f46be514f1ea162353c115ed1135
Author: ratkosrb <[email protected]>
Date:   Sun May 16 13:49:55 2021 +0300

    Add missing Giant Clam spawns.

commit a5567ba373de4378b8864317d075fa52c552de3d
Author: ratkosrb <[email protected]>
Date:   Sun May 16 12:59:27 2021 +0300

    Fix duration of SummonDemon effect.

commit 6365a5ca3a98987361851eb7ce0878119ff68398
Author: ratkosrb <[email protected]>
Date:   Sun May 16 12:12:21 2021 +0300

    Don't initialize movement generators if creature is dead.

commit 2642fe0341ea269a1d5de4f7cf50cab02bc0865d
Author: ratkosrb <[email protected]>
Date:   Sun May 16 12:07:09 2021 +0300

    Fix Garr respawn exploit.

commit 3bd26c93b1de6ebe537905d2570096067f84e30a
Author: ratkosrb <[email protected]>
Date:   Sun May 16 11:30:13 2021 +0300

    Fix double to float conversion warnings in STV scripts.

commit ab61aacc5c02fe3961df8f619c9812768851ce0e
Author: ratkosrb <[email protected]>
Date:   Sun May 16 11:27:07 2021 +0300

    Fix Ruthlessnes talent when proc delay is enabled.

commit ef131484d45520d4aadac15ffd387908f2dc33ec
Author: ratkosrb <[email protected]>
Date:   Sun May 16 11:16:47 2021 +0300

    Add missing include.

commit b96a47ce719ca963ff72ca9e93fc958551e9a3e0
Author: GrenderG <[email protected]>
Date:   Sat May 15 17:04:05 2021 +0200

    Small improvements for Tooga's Quest escort (#1189)

    * Add missing text to Tooga and change script text with broadcast text.

    * Prevent Tooga from spamming text.

    * Make Torta wander.

commit 69cf22f8b5363f9e00bc8811250b03b9c1d8788d
Author: GrenderG <[email protected]>
Date:   Sat May 15 17:02:03 2021 +0200

    Add missing reward text for deprecated quest The New Horde. (#1187)

commit 8c74339b90a7210ae09ede850e162fb205ed8603
Author: GrenderG <[email protected]>
Date:   Sat May 15 16:57:59 2021 +0200

    Jer'kai Moonweaver should only be a quest giver. (#1186)

commit 5e0636e363e4652c6043e98c8dc6d4d162552c0f
Author: GrenderG <[email protected]>
Date:   Sat May 15 16:56:58 2021 +0200

    Fix Plagued Warrior's Cleave spell and make Crypt Guards stunnable. (#1185)

commit b2625407ff7871892d8bba8b090f1bfe24cb5cee
Author: schell244 <[email protected]>
Date:   Sat May 15 16:50:52 2021 +0200

    Use broadcast texts in STV fishing tournament script. (#1177)

commit 80bc8c4a0a97cde1681d92ecd35cf6e5d2767a02
Author: GrenderG <[email protected]>
Date:   Sat May 15 16:40:36 2021 +0200

    Fix gender text of quest 724. (#1172)

commit 9e504cfd8c3714363d53e87e335018a05ff1aa55
Author: GrenderG <[email protected]>
Date:   Sat May 15 16:40:14 2021 +0200

    Fix Blue Pearl drops (#1167)

    * Removed Blue Pearl drop from Shadowforge Commander.

    * Fix loot template of Giant Clam gameobject.

    * Add missing parenthesis.

commit 0977f829b7c730041bda74271a2b503a21786383
Author: GrenderG <[email protected]>
Date:   Sat May 15 16:39:01 2021 +0200

    Fix more quest completion issues. (#1160)

    * Fix more quest completion issues.

    * Reverted attemp to update item count when banking items.

    * Refactoring of variable names.

commit db7838347e8103b78dd7c2389e2fbe27c498c739
Author: GrenderG <[email protected]>
Date:   Sat May 15 16:37:55 2021 +0200

    Tabards shouldn't have any design by default. (#1155)

commit bf1ae8b96fad7c6ea4760827a4a925db6dd1eef0
Author: GrenderG <[email protected]>
Date:   Sat May 15 16:37:33 2021 +0200

    Add skinning loot table to Drywallow Vicejaw #1144. (#1153)

commit f2c159b37a3ae1cf36f5fcac7823ba8585f329e0
Author: GrenderG <[email protected]>
Date:   Sat May 15 16:36:28 2021 +0200

    Make Ouro follow content patch progression. (#1151)

    * Make Ouro follow content patch progression.

    * Put note of CThun hotfixes in the proper script file.

    * Properly generate Ouro timers based on content patch.

    * Make methods inline.

commit 60dc6803c08ae3d1bb147261c04055f5fa47c998
Author: GrenderG <[email protected]>
Date:   Sat May 15 16:35:45 2021 +0200

    Heart of Hakkar mini event fixes. (#1149)

    * Molthor should run during the Heart of Hakkar mini event.

    * More fixes using sniffed data.

    * Use sniffed positions for Servants of the Hand.

commit d1705e25b9f640a74ec926db71ed6c2d2178d6fe
Author: GrenderG <[email protected]>
Date:   Sat May 15 16:34:51 2021 +0200

    Innkeeper Thulbek was added in patch 1.7. (#1146)

commit a910a6b90612e20ffd2ecb065f683103503044ee
Author: ratkosrb <[email protected]>
Date:   Sat May 15 17:17:33 2021 +0300

    Poison Water and A Bundle of Hides quest chains should be Tauren only.

commit c2ee11702c1258f017bf9f594f165769942acf04
Author: ratkosrb <[email protected]>
Date:   Thu May 13 19:54:40 2021 +0300

    Don't expose the raw update fields data.

commit 941c0c80d0c29d508b894645e307e363c70c6765
Author: ratkosrb <[email protected]>
Date:   Thu May 13 16:32:03 2021 +0300

    Fix copy paste mistake in last commit.

commit d50741fb9a6e6a5044634e6a51f5188b5fd4702a
Author: ratkosrb <[email protected]>
Date:   Thu May 13 15:33:41 2021 +0300

    Implement update field hiding based on flags.

commit 1e6883920dc4b4c86023f478346a01e9f6738229
Author: GrenderG <[email protected]>
Date:   Tue May 11 21:58:46 2021 +0200

    Set trap of Campfire to the same patch_min as the Campfire itself. (#1191)

commit 757609d67f8bb61d74ca41ba117f1c4962ead36f
Author: NickTyrer <[email protected]>
Date:   Tue May 11 14:35:18 2021 +0100

    Misc DB Fixes (#1142)

commit 2d2467c3b4730aa546d089af7b4798bec9496a97
Author: ratkosrb <[email protected]>
Date:   Tue May 11 10:11:49 2021 +0300

    Fix wrong quest id for A Donation of Wool.

commit 2a1acac580e8351364f43a07fe0c942a7ff35040
Author: ratkosrb <[email protected]>
Date:   Mon May 10 19:21:45 2021 +0300

    Add command to reset door or button.

commit 6c8f580f6e45154079e0294c6e24af219d6db9a8
Author: ratkosrb <[email protected]>
Date:   Mon May 10 18:47:18 2021 +0300

    Fix hunter traps not triggering in FFA case.

commit c855f3129790db945e1d7c6aa63e82357ae6a7b1
Author: ratkosrb <[email protected]>
Date:   Mon May 10 18:15:27 2021 +0300

    Fix a typo in variable name.

commit 1066199a361a7e22820cbaf56c5d97a0993d0c4b
Author: ratkosrb <[email protected]>
Date:   Mon May 10 18:14:21 2021 +0300

    Fix signed unsigned mismatch warning in weapon skill gain code.

commit d9c40e003758e71cef9422ff0622452759bc67ca
Author: ratkosrb <[email protected]>
Date:   Mon May 10 18:04:23 2021 +0300

    Rename beast family to pet family.

commit e5eff38ee8bfec6545459510555b57564f927b79
Author: ratkosrb <[email protected]>
Date:   Sun May 9 06:17:52 2021 +0300

    Fix The Unforgiven in Stratholme.

commit 8057e0e22da05e09aa25bbc065c387b9e34efe61
Author: ratkosrb <[email protected]>
Date:   Wed May 5 06:03:34 2021 +0300

    Don't prevent positive spells on immune targets.

commit d9ffe46c9d27a861f246fed752b9d4986eb944f2
Author: schell244 <[email protected]>
Date:   Fri Apr 30 17:59:25 2021 +0200

    Fix possible defence skill increase by two points (#1176)

    Co-authored-by: schell244 <>

commit 69ef435485a68b01ecef38a8ee3c6a6f5f593000
Author: ratkosrb <[email protected]>
Date:   Fri Apr 30 00:17:09 2021 +0300

    Correct some packets to vanilla.

commit 45023b9ad6698655a1120574e91aaa3991fa7862
Author: WobLight <[email protected]>
Date:   Thu Apr 29 18:11:16 2021 +0200

    Fix weapon damage spell effect being calculated as integer (#1175)

commit ca6dd2f02dc7cf24b38a4e55db1c3ec34b8fea6c
Author: ratkosrb <[email protected]>
Date:   Tue Apr 27 23:00:31 2021 +0300

    Pass ObjectGuid to ScriptsStarts instead of pointers.

commit 7394377f621927655b6943b539f5144faa3c566e
Author: ratkosrb <[email protected]>
Date:   Sat Apr 24 05:19:25 2021 +0300

    Rename optional header to fix cmake.

commit 8490500e8a2082cc1a832c424f1d855e6fa66260
Author: ratkosrb <[email protected]>
Date:   Sat Apr 24 05:17:22 2021 +0300

    Switch to optional-bare to fix VS 2015 IntelliSense.

commit b2c5ba578979c3307bc2d07318b4143b9dfa5615
Author: ratkosrb <[email protected]>
Date:   Sat Apr 24 04:42:03 2021 +0300

    Add intermediary SpellCaster class to hold common parts of Unit and GameObject.

commit c04288b2c5b43b94e8649ed47f075572cdd5c55a
Author: ratkosrb <[email protected]>
Date:   Sat Apr 24 02:03:11 2021 +0300

    Move definition of object conversion helper methods.

commit 273d0950e536c6d0f89a6640c95c0e1a298bdda2
Author: ratkosrb <[email protected]>
Date:   Sat Apr 24 01:10:31 2021 +0300

    Fix copy paste mistake in config.

commit c5e6b8b240de9a553a688397099edc8c3378f85a
Author: GrenderG <[email protected]>
Date:   Wed Apr 21 19:30:35 2021 +0200

    Remove wrong description text from all item locales. (#1127)

    * Remove 'Teaches you how to...' description from all locales.

    * Lowercase -> Uppercase.

commit 051151e62b5482b0e4a17aa7e6f90d26a179c7c0
Author: NickTyrer <[email protected]>
Date:   Wed Apr 21 18:26:51 2021 +0100

    Add Misc Quest Start and End Scripts (#1140)

commit cda39a62bb9e47205857f28c88fcab2ba15f82b9
Author: GrenderG <[email protected]>
Date:   Wed Apr 21 18:07:16 2021 +0200

    Fixes for Report on the Defias Brotherhood text. (#1137)

commit fb63f071cf190c4edcb645bb3b6dce7899aecaa6
Author: GrenderG <[email protected]>
Date:   Wed Apr 21 18:05:45 2021 +0200

    Fix some quest issues in Duskwood. (#1135)

    * Fix some quest issues in Duskwood.

    * Removed not needed GossipHello from Lord Ello Ebonlocke.

commit f9de008db79e4fa2a09c137d6caad01dc250b8f1
Author: GrenderG <[email protected]>
Date:   Wed Apr 21 18:02:36 2021 +0200

    Silver Piffeny Band shouldn't appear in chests. (#1133)

commit 80d2d06011843fa0a4f6f3718112e420393e79ec
Author: Orozxy <[email protected]>
Date:   Wed Apr 21 18:01:…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants