diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-01-08 10:08:45 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-01-08 10:08:45 +0100 |
commit | 42f1a0babfaacf64df31a934288979f8edfec940 (patch) | |
tree | fd98822105cc1ee7f89c4570a81cd27e6688476a | |
parent | 9ea93eae33dcf776537a41e9c9ff33a31d6e3e19 (diff) |
DB/Creature: Toc binding must start at Icehowl not at Gormok
-rw-r--r-- | sql/updates/world/2015_01_08_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_01_08_00_world.sql b/sql/updates/world/2015_01_08_00_world.sql new file mode 100644 index 00000000000..7d5a19751e3 --- /dev/null +++ b/sql/updates/world/2015_01_08_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra`=0 WHERE `entry` IN (34796,34799,35438,35439,35440,35514,35515,35516); |