diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-18 19:55:41 +0200 | 
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-18 19:55:41 +0200 | 
| commit | 2982af2d16c6bc402a1c34bb665133df5db21663 (patch) | |
| tree | 3535e6fc4fab49d6274fcce606c0f1b3251edcec | |
| parent | 0a58e50a7ecd2b1e0be98757507ec64c17f4ed86 (diff) | |
DB/Creature: Fix Stormwind Marine faction
Closes #12555
| -rw-r--r-- | sql/updates/world/2014_07_18_02_world_creature_template.sql | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_18_02_world_creature_template.sql b/sql/updates/world/2014_07_18_02_world_creature_template.sql new file mode 100644 index 00000000000..84280d9d3d5 --- /dev/null +++ b/sql/updates/world/2014_07_18_02_world_creature_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `faction`=11 WHERE entry=20556;  | 
