diff options
author | Killyana <morphone1@gmail.com> | 2020-03-13 18:16:41 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-23 00:53:44 +0100 |
commit | 0cd6ad92d8096c796820a5b028557208af5a5901 (patch) | |
tree | 8f89c2458aa1741b013da432c5ba3dff3ee53527 | |
parent | 759482b42bc32e71aef54f26a8428b0000edfbac (diff) |
DB/Creature: Earthen Stoneshaper
(cherry picked from commit 70569ae3e66eb0b73a0edb6b5435c6f0c5e50833)
-rw-r--r-- | sql/updates/world/master/2021_12_22_30_world_2020_03_13_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_22_30_world_2020_03_13_02_world.sql b/sql/updates/world/master/2021_12_22_30_world_2020_03_13_02_world.sql new file mode 100644 index 00000000000..d3f29bb326d --- /dev/null +++ b/sql/updates/world/master/2021_12_22_30_world_2020_03_13_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags`=33536 WHERE `entry`=33620; |