diff options
| author | ccrs <ccrsdev1992@gmail.com> | 2016-11-30 07:40:18 +0100 |
|---|---|---|
| committer | ccrs <ccrsdev1992@gmail.com> | 2016-11-30 07:40:18 +0100 |
| commit | 0663e6a180feb347e5d5c0b4e9359b2cb06ed547 (patch) | |
| tree | 8eca3717e9e0bc2317f465d4c526465e507585f7 | |
| parent | 0229cb865edfd41b6f399b7be0056c5c962cbb04 (diff) | |
DB: fix error
| -rw-r--r-- | sql/updates/world/3.3.5/2016_11_30_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_11_30_00_world.sql b/sql/updates/world/3.3.5/2016_11_30_00_world.sql new file mode 100644 index 00000000000..7b88bb9641f --- /dev/null +++ b/sql/updates/world/3.3.5/2016_11_30_00_world.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='' WHERE `entry`=26127; |
