aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaddley <NaddleyTC@gmail.com>2024-08-26 22:49:39 +0200
committerNaddley <NaddleyTC@gmail.com>2024-08-26 22:49:39 +0200
commitca0bb92d11c9922dd4418bbf2194b4635d44434e (patch)
treecf69292b5f291b7e09aeab86a1fb5d4379451b00
parentd00f96b86e0edd623d7cc09436343e9c36a9f713 (diff)
DB/Scene: Added massparse data for scene_template
-rw-r--r--sql/updates/world/master/2024_08_26_06_world_scene_template.sql57
1 files changed, 57 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_08_26_06_world_scene_template.sql b/sql/updates/world/master/2024_08_26_06_world_scene_template.sql
new file mode 100644
index 00000000000..c535b5a911e
--- /dev/null
+++ b/sql/updates/world/master/2024_08_26_06_world_scene_template.sql
@@ -0,0 +1,57 @@
+-- Scene Template
+DELETE FROM `scene_template` WHERE `SceneId` IN (198, 3495, 3489, 3465, 3404, 3496, 3494, 3442, 2241, 3504, 3372, 3367, 3368, 3366, 3424, 3422, 3315, 3302, 3402, 3365, 3487, 3340, 3327, 3346, 3345, 3319, 3318, 3317, 3324, 3484, 3387, 3417, 3409, 3403, 3399, 3024, 3407, 3332, 3401, 3503, 3501, 3373, 3335, 3329, 3337, 3339, 3391, 3322, 3321, 3395, 3309, 3306, 3341, 3428);
+INSERT INTO `scene_template` (`SceneId`, `Flags`, `ScriptPackageID`, `Encrypted`) VALUES
+(198, 0, 462, 0),
+(3495, 20, 4365, 0),
+(3489, 20, 4359, 0),
+(3465, 20, 4337, 0),
+(3404, 16, 4247, 0),
+(3496, 20, 4366, 0),
+(3494, 20, 4364, 0),
+(3442, 16, 4298, 0),
+(2241, 20, 2586, 0),
+(3504, 16, 4377, 0),
+(3372, 16, 4206, 0),
+(3367, 16, 4187, 0),
+(3368, 16, 4188, 0),
+(3366, 16, 4186, 0),
+(3424, 27, 4271, 0),
+(3422, 11, 4267, 0),
+(3315, 16, 4205, 0),
+(3302, 17, 4189, 0),
+(3402, 20, 4238, 0),
+(3365, 17, 4185, 0),
+(3487, 16, 4354, 0),
+(3340, 19, 4153, 0),
+(3327, 20, 4142, 0),
+(3346, 19, 4157, 0),
+(3345, 19, 4156, 0),
+(3319, 19, 4129, 0),
+(3318, 20, 4128, 0),
+(3317, 19, 4127, 0),
+(3324, 16, 4133, 0),
+(3484, 16, 4287, 0),
+(3387, 20, 4216, 0),
+(3417, 16, 4265, 0),
+(3409, 16, 4253, 0),
+(3403, 16, 4246, 0),
+(3399, 0, 4234, 0),
+(3024, 16, 3452, 0),
+(3407, 16, 4251, 0),
+(3332, 16, 4146, 0),
+(3401, 27, 4239, 0),
+(3503, 16, 4322, 0),
+(3501, 16, 4309, 0),
+(3373, 16, 4207, 0),
+(3335, 16, 4147, 0),
+(3329, 16, 4139, 0),
+(3337, 16, 4149, 0),
+(3339, 16, 4168, 0),
+(3391, 16, 4224, 0),
+(3322, 16, 4159, 0),
+(3321, 16, 4158, 0),
+(3395, 16, 4229, 0),
+(3309, 16, 4123, 0),
+(3306, 16, 4120, 0),
+(3341, 17, 4154, 0),
+(3428, 16, 4278, 0);