diff options
| author | Killyana <morphone1@gmail.com> | 2020-04-13 12:07:54 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-04-13 12:07:54 +0200 |
| commit | f9d117737998a6bdf560b02e9ca3f4a5ce4bfa2a (patch) | |
| tree | 13316bbd79612394fc8b508eb900af1da012634a /sql | |
| parent | daecf90ac454a44d28c9f9f3a328a29d32558080 (diff) | |
DB/Gameobject: Remove wrong script from Tirisfal Pumpkin
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_04_13_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_04_13_00_world.sql b/sql/updates/world/3.3.5/2020_04_13_00_world.sql new file mode 100644 index 00000000000..c9a65854b49 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_04_13_00_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject_template` SET `AIName`="" WHERE `entry`=375; +DELETE FROM `smart_scripts` WHERE `entryorguid` = 375 AND `source_type`=1; |
