aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-05-05 01:14:35 +0200
committerGitHub <noreply@github.com>2025-05-05 01:14:35 +0200
commite57f0d01fb00b8cf86e7dd75c6f754bed95568ad (patch)
treeb75edcb8a74603b4a78f21a0e01ddf2e09edcff7 /sql/updates
parentfc362147f9613baf7ffcec12d8ea90b6aa9eb2ab (diff)
Scripts/Spells: Implement hunter talent Tar Trap (#30846)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_05_04_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_05_04_02_world.sql b/sql/updates/world/master/2025_05_04_02_world.sql
new file mode 100644
index 00000000000..2bb7789e58f
--- /dev/null
+++ b/sql/updates/world/master/2025_05_04_02_world.sql
@@ -0,0 +1,2 @@
+UPDATE `areatrigger_create_properties` SET `ScriptName`='areatrigger_hun_tar_trap' WHERE `Id`=4436 AND `IsCustom`=0;
+UPDATE `areatrigger_create_properties` SET `ScriptName`='areatrigger_hun_tar_trap_activate' WHERE `Id`=4435 AND `IsCustom`=0;