7e9f692d83
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>
7 lines
518 B
SQL
7 lines
518 B
SQL
-- 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;
|