diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-04-13 15:49:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-13 15:49:10 +0200 |
| commit | 1f1180e5c6e071286ed404e70e0bdf7b7e23c993 (patch) | |
| tree | 222a75548dc1ea73749fc232edac87b2e54bc610 /sql | |
| parent | c2d04486b353e4b0d0b417de428feefc14296e09 (diff) | |
Scripts/Spells: Implement hunter talent High Explosive Trap (#30852)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_04_13_04_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_04_13_04_world.sql b/sql/updates/world/master/2025_04_13_04_world.sql new file mode 100644 index 00000000000..7caeb15201f --- /dev/null +++ b/sql/updates/world/master/2025_04_13_04_world.sql @@ -0,0 +1 @@ +UPDATE `areatrigger_create_properties` SET `ScriptName`='areatrigger_hun_high_explosive_trap' WHERE `Id`=9810 AND `IsCustom`=0; |
