diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-10-30 18:51:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-30 18:51:03 +0100 |
| commit | 8498c768fac22939debe19b3846015bb1b15b47d (patch) | |
| tree | b4a44da8c93b13c8bdc7d148194ca2133d01bf8b | |
| parent | 7b463f7b85789389b83aa3b097dc8c93f1258788 (diff) | |
DB/GameObject: add another missed trap from 7.x.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_30_07_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_30_07_world_335.sql b/sql/updates/world/3.3.5/2016_10_30_07_world_335.sql new file mode 100644 index 00000000000..048613fc6b6 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_30_07_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject_template` WHERE `entry`=176592; +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `size`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `Data8`, `Data9`, `Data10`, `Data11`, `Data12`, `Data13`, `Data14`, `Data15`, `Data16`, `Data17`, `Data18`, `Data19`, `Data20`, `Data21`, `Data22`, `Data23`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES +(176592, 6, 327, "Shellfish Trap", "", "", "", 1, 0, 0, 0, 17679, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "", "", -18019); |
