typo
This commit is contained in:
@@ -5,7 +5,8 @@ WHERE `t`.`entry` IN (339769, 349962) AND `t`.`type` = 3 AND `t`.`Data1` <> 0
|
|||||||
AND NOT EXISTS (SELECT 1 FROM `gameobject_loot_template` `l` WHERE `l`.`Entry` = `t`.`Data1` AND `l`.`Item` = 174074);
|
AND NOT EXISTS (SELECT 1 FROM `gameobject_loot_template` `l` WHERE `l`.`Entry` = `t`.`Data1` AND `l`.`Item` = 174074);
|
||||||
|
|
||||||
INSERT INTO creature (guid, id, map, zoneId, areaId, spawnDifficulties, phaseUseFlags, PhaseId, PhaseGroup, terrainSwapMap, modelid, equipment_id, position_x, position_y, position_z, orientation, spawntimesecs, wander_distance, currentwaypoint, curHealthPct, MovementType, npcflag, unit_flags, unit_flags2, unit_flags3, ScriptName, StringId, VerifiedBuild)
|
INSERT INTO creature (guid, id, map, zoneId, areaId, spawnDifficulties, phaseUseFlags, PhaseId, PhaseGroup, terrainSwapMap, modelid, equipment_id, position_x, position_y, position_z, orientation, spawntimesecs, wander_distance, currentwaypoint, curHealthPct, MovementType, npcflag, unit_flags, unit_flags2, unit_flags3, ScriptName, StringId, VerifiedBuild)
|
||||||
VALUES (900142, 210267, 2661, 15103, 15338, '1,2,8,23', 0, '0', '0', -1, 0, 0, 2761.44, -4935.90, 99.80, 1.57137, 604800, 0, 0, 100, 0, NULL, NULL, NULL, NULL, 'boss_ipa', NULL, 0);
|
SELECT 900142, 210267, 2661, 15103, 15338, '1,2,8,23', 0, '0', '0', -1, 0, 0, 2761.44, -4935.90, 99.80, 1.57137, 604800, 0, 0, 100, 0, NULL, NULL, NULL, NULL, 'boss_ipa', NULL, 0
|
||||||
|
WHERE NOT EXISTS (SELECT 1 FROM `creature` WHERE `id` = 210267 AND `map` = 2661);
|
||||||
|
|
||||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (305557, 321628) AND `ScriptName` IN ('spell_giant_boar_trample_305557', 'spell_giant_boar_charge_321627');
|
DELETE FROM `spell_script_names` WHERE `spell_id` IN (305557, 321628) AND `ScriptName` IN ('spell_giant_boar_trample_305557', 'spell_giant_boar_charge_321627');
|
||||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||||
|
|||||||
Reference in New Issue
Block a user