diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-05-05 01:14:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-05 01:14:35 +0200 |
| commit | e57f0d01fb00b8cf86e7dd75c6f754bed95568ad (patch) | |
| tree | b75edcb8a74603b4a78f21a0e01ddf2e09edcff7 /sql/updates | |
| parent | fc362147f9613baf7ffcec12d8ea90b6aa9eb2ab (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.sql | 2 |
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; |
