diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2017-11-03 14:51:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-03 14:51:05 +0100 |
| commit | 5b12ef11a9a448f14a8f4aeb638827965092b458 (patch) | |
| tree | 3a6156422a6175d583ca1372b3e2fb61ad81f30d | |
| parent | 4f310a6d5cf13aef2819414942d21cd1443251f6 (diff) | |
DB/Creature: Fix timers for Benjamin Foxworthy
By Ovahlord
| -rw-r--r-- | sql/updates/world/master/2017_11_03_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_11_03_02_world.sql b/sql/updates/world/master/2017_11_03_02_world.sql new file mode 100644 index 00000000000..bbaa5e30772 --- /dev/null +++ b/sql/updates/world/master/2017_11_03_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_param1` = 1, `event_param2` = 1, `event_param3` = 10000, `event_param4` = 10000 WHERE `entryorguid` = 46983; |
