diff options
author | Kinzcool <kinzzcool@hotmail.com> | 2014-07-31 20:10:52 -0400 |
---|---|---|
committer | Kinzcool <kinzzcool@hotmail.com> | 2014-07-31 20:10:52 -0400 |
commit | 2ae7ea5ddeb2d4a4b89823c2f44ee063a353efeb (patch) | |
tree | 421d0c5a3a6194b006afd523b21d181ce05b637e | |
parent | f9c44078ee7a6ef740e27733df8bcd41d2e3ca4e (diff) |
DB/Creature: Set the proper faction for Kormok
* Closes #12716
-rw-r--r-- | sql/updates/world/2014_08_01_00_world_creature_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_08_01_00_world_creature_template.sql b/sql/updates/world/2014_08_01_00_world_creature_template.sql new file mode 100644 index 00000000000..93d8dbd7399 --- /dev/null +++ b/sql/updates/world/2014_08_01_00_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `faction`=14 WHERE `entry`=16118; -- Kormok |