diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-08-05 05:58:21 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-08-05 05:58:21 +0200 |
| commit | 015ba9b30084223b3ac6d1c74622e67c2a6d7972 (patch) | |
| tree | 2803b415c85f255752cccd15bc714f1956e6a80f | |
| parent | f1d74198f3fb26551d5b334ef53b0e223d7c38fd (diff) | |
DB/Creature: Rockjaw Backbreaker
By Crysicle, closes #12694
| -rw-r--r-- | sql/updates/world/2014_08_05_04_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_08_05_04_world_creature_template.sql b/sql/updates/world/2014_08_05_04_world_creature_template.sql new file mode 100644 index 00000000000..2895fb06b9a --- /dev/null +++ b/sql/updates/world/2014_08_05_04_world_creature_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `faction`=59 WHERE `entry`=1118; |
