diff options
author | Wyreth <Wyreth@users.noreply.github.com> | 2017-09-21 19:50:46 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-09-07 22:19:49 +0200 |
commit | 8e79edf859a36a6aad61e356150f40880c0f1a2f (patch) | |
tree | 3ed7365089a1e0dd326c29b18d53d849b58f70cc | |
parent | 2d1d8008dffed1a26fe25362f03d4350fc164426 (diff) |
DB/Creature: Edward Cairn & Naznik Sureshave
Closes #20366
(cherry picked from commit 405ce2c4b9035480ed75297f86245ebacce77d6a)
-rw-r--r-- | sql/updates/world/master/2020_09_07_00_world_2017_09_21_07_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_07_00_world_2017_09_21_07_world_335.sql b/sql/updates/world/master/2020_09_07_00_world_2017_09_21_07_world_335.sql new file mode 100644 index 00000000000..667dd87a2e5 --- /dev/null +++ b/sql/updates/world/master/2020_09_07_00_world_2017_09_21_07_world_335.sql @@ -0,0 +1,3 @@ +-- +SET @GUID := 27587; +UPDATE `creature` SET `guid`=27587,`spawntimesecs`=300 WHERE `guid`=326833; |