diff options
| author | Nyeriah <sarah.trysan@live.com> | 2014-12-29 00:53:18 -0200 |
|---|---|---|
| committer | Nyeriah <sarah.trysan@live.com> | 2014-12-29 00:53:18 -0200 |
| commit | be544545388b8622f0f8917dc93b52c5108c5868 (patch) | |
| tree | 7b1b9b0686b3bd9b94231e10ab5e4075f35a1344 | |
| parent | 411e04811a7f9d8e51ebfc2752f96ec5f4c355dc (diff) | |
DB/Creature: Fix a typo mess up
| -rw-r--r-- | sql/updates/world/2014_12_28_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_12_28_05_world.sql b/sql/updates/world/2014_12_28_05_world.sql new file mode 100644 index 00000000000..f3fd0021214 --- /dev/null +++ b/sql/updates/world/2014_12_28_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra` = 130 WHERE `entry` IN (40670, 40671, 40672); |
