diff options
| author | offl <offl@users.noreply.github.com> | 2020-06-14 19:07:46 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-01-06 21:35:47 +0100 |
| commit | e835b8f6c5ecdc50bc28926372f617d435309ea0 (patch) | |
| tree | cc4b53f2831eca852f58390b2cb031f163ae5ddf | |
| parent | 13aa0173496f2facea4ba4a8ce9df09707d69857 (diff) | |
DB/Creature: Standardize creature respawn time part 1
Closes #24740
(cherry picked from commit aa3ccb4657ad42aa50bc3633acd15540a17936b8)
| -rw-r--r-- | sql/updates/world/master/2022_01_06_45_world_2020_06_14_09_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_06_45_world_2020_06_14_09_world.sql b/sql/updates/world/master/2022_01_06_45_world_2020_06_14_09_world.sql new file mode 100644 index 00000000000..4a2c34e4513 --- /dev/null +++ b/sql/updates/world/master/2022_01_06_45_world_2020_06_14_09_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `spawntimesecs` = 300 WHERE `spawntimesecs` IN (250,275,310,315,318,320,325,327,333,345,350,370,804,840,920,939,1407,4900); |
