Kitzunu
0a8175ef03
refactor(Core/ObjectMgr): Handle Profanity & Reserved Names in load ( #19259 )
...
* refactor(Core/ObjectMgr): Handle Profanity & Reserved Names in load
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/18556
* Update ObjectMgr.cpp
* Update ObjectMgr.cpp
* I swear I am not drunk
* We already check all of these
* fix build
* Forgot we dont send the responsecode in senderrormessage
* last commit I swear
2024-07-03 00:23:32 +02:00
Kitzunu
f96d4c8670
Revert "Add (core\db): Support for Homebind Orientation ( #13389 )" ( #19257 )
...
* Revert "Add (core\db): Support for Homebind Orientation (#13389 )"
This reverts commit 2e6f6e26da .
Changes to be committed:
modified: src/server/database/Database/Implementation/CharacterDatabase.cpp
modified: src/server/game/DungeonFinding/LFGScripts.cpp
modified: src/server/game/Entities/Player/Player.cpp
modified: src/server/game/Entities/Player/Player.h
modified: src/server/game/Entities/Player/PlayerStorage.cpp
modified: src/server/game/Entities/Player/PlayerUpdates.cpp
modified: src/server/game/Handlers/CharacterHandler.cpp
modified: src/server/game/Handlers/MiscHandler.cpp
modified: src/server/game/Handlers/MovementHandler.cpp
modified: src/server/game/Maps/Map.cpp
modified: src/server/game/Spells/Spell.cpp
modified: src/server/scripts/Commands/cs_misc.cpp
modified: src/server/scripts/Commands/cs_tele.cpp
modified: src/server/scripts/Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp
Untracked files:
data/sql/updates/pending_db_world/rev_1719945200692175000.sql
* Revert "Add (core\db): Support for Homebind Orientation (#13389 )"
* whoops
2024-07-02 22:02:15 +02:00
Kitzunu
5a4692e45a
chore(Core/Misc): #include cleanup ( #19255 )
2024-07-02 15:52:02 +02:00
Jelle Meeus
47ad691c92
refactor(Scripts/EasternKingdoms): RegisterSpellScript macro ( #19241 )
...
* zone_undercity spell:spell_blight_worm_ingest
* zone_blasted_lands spell:spell_razelikh_teleport_group
* zone_isle_of_queldanas spell:spell_bh_cleanse_quel_delar
2024-07-01 23:28:03 +02:00
Kitzunu
1289e351a2
fix(Script/Commands): output lookup quest and npc near ( #19243 )
...
* close https://github.com/azerothcore/azerothcore-wotlk/issues/19216
2024-07-01 07:24:54 -03:00
Kitzunu
688d7e2fdf
fix(Script/GunshipBattle): Wipe if no player is on the deck ( #19239 )
...
* fix(Script/GunshipBattle): Wipe if no player is on the deck
* reorder
* Update boss_icecrown_gunship_battle.cpp
* Update worldserver.conf.dist
* Update boss_icecrown_gunship_battle.cpp
* missed it!
* Update instance_icecrown_citadel.cpp
2024-06-30 18:30:44 -03:00
Andrew
8b81b1dad1
fix(Scripts/Hyjal): Workaround bosses getting stuck in progress ( #19231 )
2024-06-30 05:39:29 -03:00
Jelle Meeus
ed38e6e550
fix(Scripts/Naxxramas): Gothik missing visuals at minions death ( #18666 )
...
* add sql rev
* enable NPC_TRIGGER
* add npc_gothik_trigger
* add rest of script
* spell info correction
* fix compile issue
* fix desummon call
* remove comment
* access gothik by GUID
* add missing function overrides
* add braces
* add missing trigger, adjust CGUID value
* fixup! add missing trigger, adjust CGUID value
* select skulls based on coordinates
style
invert remove
remove CGUID comment
fix remove_if check, use correct def
* JustSummoned: target same side with mapLOS
* select random initial target on the same side
* add REACT_AGGRESSIVE and increase CallForHelp radius
* refactor spellscript
* style
2024-06-29 15:12:12 -03:00
Kitzunu
bc91074b14
fix(build): mac ( #19229 )
2024-06-29 11:48:58 -03:00
avarishd
63c8c6480e
fix(Core/Spells): Eye of Grillok improvements ( #19148 )
...
* fix(Core/Spells): Eye of Grillok improvements
* my eyes
* discovery of RegisterSpellAndAuraScriptPair
* comment
2024-06-29 07:33:23 -03:00
Dinkledork
01f063e242
fix(Scripts/World): Emerald Dragons no longer have 0% health events ( #18893 )
...
Events happen at 75, 50 or 25 percent health and should not include 0%.
2024-06-29 06:13:14 -03:00
Jelle Meeus
64e92b9bb5
refactor(Scripts/Spells): Spell Scripts registry macros, rogue killing spree ( #19226 )
...
* spell_rogue pair:spell_rog_killing_spree move public AddTarget up
spell_rogue pair:spell_rog_killing_spree
* fixup! spell_rogue pair:spell_rog_killing_spree
2024-06-29 06:11:50 -03:00
Jelle Meeus
e3da4e4986
refactor(Scripts/World): Spell Scripts registry macros ( #19224 )
...
* boss_emerald_dragons spell:spell_dream_fog_sleep
* boss_emerald_dragons spell:spell_mark_of_nature
2024-06-29 06:06:59 -03:00
Jelle Meeus
0d7f4c43e8
refactor(Scripts/SunwellPlateau): Spell Scripts registry macros ( #19223 )
2024-06-29 06:06:38 -03:00
Walter Pagani
77be5bb19d
fix(Spells/SpellInfoCorrections) Remove friendly mask on goblins ( #18912 )
...
Co-authored-by: Jelle Meeus <sogladev@gmail.com >
2024-06-29 00:28:29 -03:00
avarishd
7ae10d8ba6
fix(DB/Area): Horvon the Armorer & Greatfather Aldrimus phasing ( #19138 )
2024-06-29 00:24:50 -03:00
Benjamin Jackson
fd87ce1bf3
fix(Scripts/Karazhan): Destroy Netherspite portals on death. ( #19203 )
...
Init.
2024-06-28 05:52:46 -03:00
Benjamin Jackson
617341230e
fix(Scripts/Karazhan): Allow portal color effects to overlap on players. ( #19204 )
...
Init.
2024-06-28 05:25:36 -03:00
Benjamin Jackson
c28a0973a2
fix(Scripts/SlavePens): Adjust Ahune spell casts. ( #19202 )
...
* Bad boss 0/10.
* Unneeded comment.
Damage already exists, though might need scripting or something to adjust its damage output.
2024-06-27 21:26:55 +02:00
Jelle Meeus
7e0dff5839
fix(Scripts/Karazhan) Nightbane take off phase handling ( #18934 )
...
* nightbane fly skip ground phase
use conditional schedule takeoff instead
invincibility fix and timing
no need to delay ScheduleGround
* (WIP) cursed boss
new inro
lands
attack flag is not removed.. cant attack :)
* fix intro, refactor fly to air, handle waypoints, air facing, urn,...
* add PassiveAI header
* revert removal of helper target on roof
2024-06-27 18:03:19 +02:00
Jelle Meeus
a740c252f9
refactor(Scripts/BlackrockMountain): Spell Scripts registry macros ( #19186 )
...
* boss_garr aura:spell_garr_separation_nexiety_aura
* boss_garr spell:spell_garr_frenzy
* molten_core aura:spell_mc_play_dead_aura
* boss_magmadar spell:spell_magmadar_lava_bomb
* boss_majordomo_executus spell:spell_hate_to_zero
* boss_majordomo_executus aura:spell_majordomo_separation_nexiety_aura
* boss_majordomo_executus spell:spell_summon_ragnaros
* boss_shazzrah spell:spell_shazzrah_gate_dummy
* boss_baron_geddon aura:spell_geddon_inferno_aura
* boss_baron_geddon aura:spell_geddon_armageddon_aura
* boss_razorgore spell:spell_egg_event
* instance_blackwing_lair spell:spell_bwl_shadowflame
* fixup! boss_majordomo_executus aura:spell_majordomo_separation_nexiety_aura
* fixup! boss_garr aura:spell_garr_separation_nexiety_aura
* fixup! fixup! boss_garr aura:spell_garr_separation_nexiety_aura
2024-06-27 18:03:08 +02:00
RaZoRR
4e6d433dd2
fix(Scripts/AzjolNerub): Anub'Arak clear debuff spell ( #19140 )
...
* fix(CORE/Raid): Anub'Arak not using proper spell to clear his debuffs on submerge
Anub'Arak (id: 34564) was using the RemoveAllAuras method instead of the ClearAllDebuffs spell to clear all his debuffs when submerging.
Closes AzerothCore issue #19136
* fix(instace/Azjol'Nerub): Anub'Arak not removing debuffs on submerge
anub'arak was not removing his debuffs on submerging with the right spell.
closes issue #19113
* Update boss anub'arak of PR #19140
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
* Update boss Anub'Arak code improvement
* Update boss anub'arak
* Update src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_anubarak_trial.cpp
---------
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2024-06-26 22:35:31 +02:00
Benjamin Jackson
5740fda8ad
fix(Scripts/SlavePens): Remove permanent knockback aura on ice spear bunny. ( #19152 )
...
Init.
2024-06-26 22:26:58 +02:00
Jelle Meeus
a9c93cc94e
refactor(Scripts/Kalimdor): Spell Scripts registry macros ( #19185 )
...
* zone_dustwallow_marsh spell:spell_ooze_zap
* zone_dustwallow_marsh spell:spell_ooze_zap_channel_end
* zone_dustwallow_marsh spell:spell_energize_aoe
* zone_feralas spell:spell_gordunni_trap
* zone_durotar aura:spell_mount_check_aura
* zone_durotar spell:spell_voljin_war_drums
* zone_durotar spell:spell_voodoo
* boss_salramm aura:spell_boss_salramm_steal_flesh_aura
* instance_zulfarrak spell:spell_zulfarrak_summon_zulfarrak_zombies
* instance_zulfarrak spell:spell_zulfarrak_unlocking
2024-06-26 22:26:35 +02:00
Jelle Meeus
b259ec6df7
refactor(Scripts/Karazhan): Spell Scripts registry macros ( #19184 )
...
* instance_karazhan aura:spell_karazhan_brittle_bones_aura
* instance_karazhan aura:spell_karazhan_overload_aura
* instance_karazhan spell:spell_karazhan_blink
2024-06-26 22:26:19 +02:00
avarishd
76b389ed07
fix(Core/Spells): Script Drunken Haze & Drunken Skull Crack ( #19164 )
...
* fix(Core/Spells): Script Drunken Haze & Drunken Skull Crack
* bruh
* sigh
2024-06-25 22:36:25 +02:00
Jelle Meeus
7a77a3e4f9
refactor(Scripts/Outland): spell scripts use registry macros ( #19132 )
...
* zone_terokkar_forest pair:spell_q10930_big_bone_worm
* zone_terokkar_forest spell:spell_q10036_torgos
* zone_terokkar_forest spell:spell_q10923_evil_draws_near_summon
* zone_terokkar_forest aura:spell_q10923_evil_draws_near_periodic_aura
* zone_terokkar_forest spell:spell_q10923_evil_draws_near_visual
* zone_terokkar_forest spell:spell_q10898_skywing
* zone_hellfire_peninsula spell:spell_q10935_the_exorcism_of_colonel_jules
* boss_doomlord_kazzak aura:spell_mark_of_kazzak_aura
* zone_blades_edge_mountains aura:spell_npc22275_crystal_prison_aura
* zone_blades_edge_mountains spell:spell_oscillating_field
* zone_shadowmoon_valley spell:spell_q10612_10613_the_fel_and_the_furious
* zone_shadowmoon_valley aura:spell_q10563_q10596_to_legion_hold_aura
* fixup! zone_hellfire_peninsula spell:spell_q10935_the_exorcism_of_colonel_jules
fixup! zone_hellfire_peninsula spell:spell_q10935_the_exorcism_of_colonel_jules
* fixup! zone_blades_edge_mountains aura:spell_npc22275_crystal_prison_aura
* fixup! zone_shadowmoon_valley spell:spell_q10612_10613_the_fel_and_the_furious
* fixup! zone_blades_edge_mountains spell:spell_oscillating_field
* zone_terokkar_forest pair:spell_q10929_fumping
2024-06-25 21:37:51 +02:00
Jelle Meeus
4e2d76e16b
refactor(Scripts/Northrend): fixup spell_hadronox_summon_periodic_crypt_fiend_aura ( #19142 )
...
rename other args
fixup cd9dff5032 (commitcomment-143444310)
2024-06-24 05:12:42 -03:00
Kitzunu
240314efb5
fix(Script/ICC): Make Plagueworks Release Valves noninteractable afte… ( #19133 )
...
fix(Script/ICC): Make Plagueworks Release Valves noninteractable after use
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/19072
2024-06-24 05:12:02 -03:00
sudlud
3d03cb64ba
fix(Scripts/Midsummer): fix handling of unwanted npc and gameobject s… ( #19141 )
...
fix(Scripts/Midsummer): fix handling of unwanted npc and gameobject spawns
- properly spawn bonfire spell focus for city bonfires
- properly despawn unwanted creatures and gameobjects which are spawned
by linked traps
- all midsummer bonfire gameobjects have a linked trap "181290 Midsummer Bonfire Spawn Trap"
- the trap is linked to the spell "28784 Summon Midsummer Bonfire Bunnies" which then spawns
npc "16592 Midsummer Bonfire", npc "16606 Midsummer Bonfire Despawner" and gameobject
"181371 Midsummer Bonfire Spell Focus" i have no idea how this trap is beeing triggered,
but it's doing only harm right now
2024-06-24 05:10:31 -03:00
Jelle Meeus
cd9dff5032
refactor(Scripts/Northrend): dungeons Spell Scripts registry macros ( #19134 )
...
* instance_azjol_nerub spell:spell_azjol_nerub_fixate
* instance_azjol_nerub aura:spell_azjol_nerub_web_wrap_aura
* boss_hadronox aura:spell_hadronox_summon_periodic_aura
* boss_hadronox aura:spell_hadronox_leech_poison_aura
* boss_argent_challenge spell:spell_eadric_radiance
* boss_argent_challenge spell:spell_toc5_light_rain
* boss_argent_challenge aura:spell_reflective_shield_aura
* fixup! boss_argent_challenge aura:spell_reflective_shield_aura
* instance_drak_tharon_keep aura:spell_dtk_raise_dead_aura
* instance_drak_tharon_keep spell:spell_dtk_summon_random_drakkari
* boss_trollgore spell:spell_trollgore_consume
* boss_trollgore aura:spell_trollgore_corpse_explode_aura
* boss_trollgore spell:spell_trollgore_invader_taunt
* boss_novos spell:spell_novos_despawn_crystal_handler
* boss_novos aura:spell_novos_crystal_handler_death_aura
* boss_novos spell:spell_novos_summon_minions
* boss_tharon_ja aura:spell_tharon_ja_curse_of_life_aura
* boss_tharon_ja aura:spell_tharon_ja_dummy_aura
* boss_tharon_ja spell:spell_tharon_ja_clear_gift_of_tharon_ja
* boss_dred aura:spell_dred_grievious_bite_aura
* boss_dred spell:spell_dred_raptor_call
* boss_moorabi aura:spell_moorabi_mojo_frenzy_aura
* boss_slad_ran aura:spell_sladran_grip_of_sladran_aura
* boss_drakkari_colossus spell:spell_drakkari_colossus_emerge
* boss_drakkari_colossus spell:spell_drakkari_colossus_surge
* boss_drakkari_colossus spell:spell_drakkari_colossus_face_me
* boss_gal_darah spell:spell_galdarah_impaling_charge
* boss_gal_darah spell:spell_galdarah_transform
* boss_malygos spell:spell_eoe_ph3_surge_of_power
* oculus aura:spell_oculus_stop_time_aura
* oculus aura:spell_oculus_evasive_maneuvers_aura
* oculus spell:spell_oculus_shock_lance
* oculus aura:spell_oculus_temporal_rift_aura
* oculus spell:spell_oculus_touch_the_nightmare
* oculus aura:spell_oculus_dream_funnel_aura
* oculus spell:spell_oculus_call_ruby_emerald_amber_drake
* oculus aura:spell_oculus_ride_ruby_emerald_amber_drake_que_aura
* oculus aura:spell_oculus_evasive_charges_aura
* oculus aura:spell_oculus_soar_aura
* oculus aura:spell_oculus_rider_aura
* oculus aura:spell_oculus_drake_flag_aura
* boss_magus_telestra aura:spell_boss_magus_telestra_summon_telestra_clones_aura
* boss_magus_telestra spell:spell_boss_magus_telestra_gravity_well
* utgarde_keep aura:spell_ticking_time_bomb_aura
* boss_keleseth aura:spell_frost_tomb_aura
* boss_svala pair:spell_svala_ritual_strike
* boss_moragg aura:spell_optic_link_aura
* violet_hold aura:spell_destroy_door_seal_aura
* forge_of_souls aura:spell_shield_of_bones_aura
* boss_devourer_of_souls aura:spell_wailing_souls_periodic_aura
* boss_bronjahm spell:spell_bronjahm_magic_bane
* boss_bronjahm aura:spell_bronjahm_soulstorm_channel_ooc_aura
* boss_bronjahm aura:spell_bronjahm_soulstorm_visual_aura
* boss_bronjahm spell:spell_bronjahm_soulstorm_targeting
* boss_krickandick aura:spell_krick_explosive_barrage_aura
* boss_krickandick aura:spell_exploding_orb_auto_grow_aura
* pit_of_saron aura:spell_pos_empowered_blizzard_aura
* pit_of_saron spell:spell_pos_slave_trigger_closest
* pit_of_saron spell:spell_pos_rimefang_frost_nova
* pit_of_saron aura:spell_pos_blight_aura
* pit_of_saron aura:spell_pos_glacial_strike_aura
* boss_forgemaster_garfrost spell:spell_garfrost_permafrost
* halls_of_reflection aura:spell_hor_gunship_cannon_fire_aura
* boss_marwyn aura:spell_hor_shared_suffering_aura
* fixup! forge_of_souls aura:spell_shield_of_bones_aura
* fixup! boss_bronjahm aura:spell_bronjahm_soulstorm_channel_ooc_aura
* fixup! boss_bronjahm aura:spell_bronjahm_soulstorm_visual_aura
* fixup! pit_of_saron aura:spell_pos_empowered_blizzard_aura
* fixup! halls_of_reflection aura:spell_hor_gunship_cannon_fire_aura
* fixup! boss_marwyn aura:spell_hor_shared_suffering_aura
2024-06-23 19:17:19 +02:00
Jelle Meeus
9c7cf93cd8
refactor(Scripts/Hodir): spellscripts use registry macros ( #19126 )
2024-06-22 15:22:24 -03:00
Jelle Meeus
9f348fc96d
refactor(Scripts/BlackTemple): Spell Scripts use registry macros ( #19122 )
2024-06-22 05:20:06 -03:00
Jelle Meeus
f65283c35a
refactor(Scripts/TempestKeep): Spell Scripts use registry macros ( #19123 )
...
* init sql
* instance_the_eye aura:spell_the_eye_countercharge_aura
* instance_the_botanica aura:spell_botanica_call_of_the_falcon_aura
* instance_the_botanica aura:spell_botanica_shift_form_aura
* arcatraz aura:spell_arcatraz_soul_steal_aura
2024-06-22 05:19:43 -03:00
Jelle Meeus
9ee95bf23e
fix(Scripts/Kalimdor) Thrall Warchief's Blessing, add level and reputation requirement, spike activation ( #19121 )
...
* activates pike
* add sql
2024-06-22 03:06:05 -03:00
天鹿
680c219770
fix(Scripts/Midsummer): use GUID storage rather than Player object ( #19109 )
...
* Update midsummer.cpp
* Update midsummer.cpp
* Update midsummer.cpp
2024-06-21 10:45:56 -03:00
天鹿
e69f642dfe
fix(Core/Ahune): Chest and Quest ( #19106 )
...
* Add files via upload
* Update boss_ahune.cpp
* Update boss_ahune.cpp
* Update boss_ahune.cpp
2024-06-20 22:40:23 -03:00
Benjamin Jackson
c3a2b83eba
fix(Scripts/Midsummer): Resolve Ribbon Pole crash. ( #19108 )
...
* Init.
* Add todo.
For you, Nyeriah. 😛
2024-06-20 22:06:49 -03:00
Jelle Meeus
6d86fb3721
fix(Scripts/Spell): adjust Thrall's and Herald WCB timings, limit to Orgrimmar and Crossroads ( #19026 )
...
* update smartAI herald
* refactor _scheduler to scheduler
* adjust timings of WCB Thrall
* limit WCB to Orgrimmar and Crossroads
* add roar emote
* style, add second loop to delay crossroads cast
* limit shout range to area
* rename p to player
2024-06-20 22:14:19 +02:00
Andrew
24251bc061
fix(Scripts/Hyjal): Fix wave count not showing for Rage Winterchill waves
...
fix(Scripts/Hyjal): Fix wave count not showing for Rage Winterchill waves
2024-06-20 06:48:37 +02:00
Benjamin Jackson
8ea13ca778
fix(Scripts/Spells): Implement damage scaling based off DoT stack count for Seal of Vengeance and Corruption. ( #19073 )
...
* Init.
* Whoops.
* Move comment.
Someone should fix this darn CI.
* Logic adjustment.
* Revert logic adjustment.
This reverts commit ee09ee55df47c9a66ecf536be58a4a040f384b72.
* Requested changes?
2024-06-19 00:45:02 +02:00
Andrew
e3789db379
fix(Scripts/ICC): Fix Valithria reseting ( #19087 )
2024-06-19 00:43:30 +02:00
Benjamin Jackson
4b5468face
fix(Scripts/SlavePens): Rewrite Ahune. ( #19075 )
...
* Add WPP SQL output.
* Uncomment all entries.
With one exception, one that does not exist in DB
* Sort all by template entry.
* Add reference names for templates.
* Distinguish summons from static spawns.
* Separate summons from static spawns in SQL parse.
* Add timestamps and spell casts for creatures.
* Init spawn query.
* Init script stuff.
* Init port work.
Co-Authored-By: Gustavo <sirikfoll@hotmail.com >
* Bad flag porting.
* Update stand states and unit flags properly.
* Adjust SQL.
* Add birth spell.
Properly shows the desired animation, to be verified through sniffs if he actually casts it.
* Update Frozen Core model data.
Collected from TC master branch. Will correct with proper data once sniff data becomes available.
* Elaborate rhyme aura text functions.
Co-Authored-By: sudlud <sudlud@users.noreply.github.com >
* Adjust for structure changes.
* Elaborate delete queries.
---------
Co-authored-by: Gustavo <sirikfoll@hotmail.com >
Co-authored-by: sudlud <sudlud@users.noreply.github.com >
2024-06-17 16:57:23 -03:00
Jelle Meeus
916a8ef618
fix(Scripts/BlackTemple): Akama shade missing says ( #19076 )
...
Co-authored-by: Keader <keader.android@gmail.com >
2024-06-17 21:42:45 +02:00
Andrew
5f966e8e0c
chore(Scripts/Hyjal): Remove unneeded Archimonde spell scripts ( #19080 )
...
* chore(Scripts/Hyjal): Remove unneeded spell scripts
* use trigger flags
* Update boss_archimonde.cpp
* Update boss_archimonde.cpp
2024-06-17 21:37:43 +02:00
Jelle Meeus
3211c7d884
fix(Scripts/ObsidianSanctum): add Flame Tsunami knockback ( #19078 )
...
* refactor spellscript
refactor spellscript
* add flame tsunami knockback
2024-06-16 19:00:07 -03:00
Andrew
95221c4d50
fix(Scripts/Hyjal): Archimonde should gain charges regardless of deat… ( #19069 )
...
* fix(Scripts/Hyjal): Archimonde should gain charges regardless of death cause
* Update instance_hyjal.cpp
* fix boss waves
2024-06-16 18:58:14 +02:00
Andrew
9e122a0cad
fix(Core/AI): Fix bosses being stuck IN_PROGRESS if despawnonevade fl… ( #19070 )
...
fix(Core/AI): Fix bosses being stuck IN_PROGRESS if despawnonevade flag is used
2024-06-16 18:57:51 +02:00
Benjamin Jackson
d6d49a9e45
refactor(Core/ObjectMgr): Implement display probabilities. ( #19068 )
...
* Init.
Cherry-picked from TC commits 9d210476e5 and c488fb219a
Co-Authored-By: Traesh <9392905+traesh@users.noreply.github.com >
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
* Add brute data.
Needs validation against what existed before, i.e. Classic change prevention.
* Add validation info for brute data.
* Remove incomplete data queries.
* Requested changes.
* Whitespace.
* Requested change.
Table name.
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
* Requested change.
Table name.
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
* Resolve the funny merge conflicts.
I wonder why git blame doesn't work on a file with 20k lines in it that's odd huh champ.
* Remove unused parameter.
* Remove uses of unused parameter.
* Use unused parameter.
Hopefully?
* I will cry.
* Sobbing endlessly.
* Remove comment.
* Adjust table structure query.
Remove length parameters and allow null for build value.
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
* Adjust column datatype and add check constraint.
---------
Co-authored-by: Traesh <9392905+traesh@users.noreply.github.com >
Co-authored-by: Shauren <shauren.trinity@gmail.com >
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2024-06-16 18:12:16 +02:00
Andrew
4e385304c0
fix(Scripts/BlackTemple): Fix najentus enrage not reseting ( #19074 )
2024-06-16 10:32:04 +02:00