diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2015-11-06 01:22:01 +0100 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-11-06 01:22:01 +0100 |
| commit | a08611dfefc60d9092b7c36c7553a41ed04be187 (patch) | |
| tree | baea70450853f94b9496a5abb06c097b00082d58 | |
| parent | e9e349c7cc60cc83ab6db9ac6e28dd3dacec548b (diff) | |
DB/Misc: Fix a runtime error
| -rw-r--r-- | sql/updates/world/2015_11_06_00_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_06_00_world_335.sql b/sql/updates/world/2015_11_06_00_world_335.sql new file mode 100644 index 00000000000..dbf4559b786 --- /dev/null +++ b/sql/updates/world/2015_11_06_00_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject_template` where `entry` =191146; +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `faction`, `flags`, `size`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `VerifiedBuild`) VALUES +(191146, 6, 7205, 'Ensnaring Trap', '', '', '', 0, 0, 1, 12, 0, 5, 53077, 0, 0, -1, -18019); |
