Sauvegarde des 52 patchs SQL data (dc_world) dans le depot

dc_world n est pas couverte par le backup auto (auth+characters seulement, dump
compresse ~78 Mo). Ces patchs sont la trace versionnee hors-VPS des changements
data : framework scenarios d artefact, campagne moine, intro Rive Brisee, bindings
Ring of Peace/Chi-Ji, trainers, quetes, fixes divers.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
SylvaniaCore deploy
2026-07-28 07:32:43 +00:00
parent a5466c4d00
commit 7e9f692d83
17 changed files with 742 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
-- Ring of Peace (116844) : bon binding = areatrigger_template.ScriptName sur l AreaTriggerId 3983
-- (SpellMiscId 718 -> AreaTriggerId 3983, sphere rayon 8). areatrigger_scripts etait la MAUVAISE table.
UPDATE areatrigger_template SET ScriptName="at_monk_ring_of_peace" WHERE Id=3983;
DELETE FROM areatrigger_scripts WHERE entry=718;
-- Bonus meme bug : Chant de Chi-Ji (SpellMiscId 5484 -> AreaTriggerId 10191) jamais binde non plus
UPDATE areatrigger_template SET ScriptName="at_monk_song_of_chiji" WHERE Id=10191;